activity read
This commit is contained in:
@ -185,7 +185,7 @@ class _ActivityViewState extends State<ActivityView> {
|
||||
])),
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(
|
||||
top: 0, bottom: 10, left: 15, right: 15),
|
||||
top: 0, bottom: 0, left: 15, right: 15),
|
||||
child: Text(
|
||||
maxLines: 4,
|
||||
overflow: TextOverflow. ellipsis,
|
||||
@ -219,8 +219,8 @@ class _ActivityViewState extends State<ActivityView> {
|
||||
json.decode(activity.description ??
|
||||
"")))));
|
||||
},
|
||||
child: Text("Read More...",
|
||||
textAlign: TextAlign.right),
|
||||
child: Text("read more",
|
||||
textAlign: TextAlign.right, style: TextStyle(fontSize: 12),),
|
||||
))),
|
||||
const Padding(
|
||||
padding: EdgeInsets.fromLTRB(15, 10, 0, 10),
|
||||
|
Reference in New Issue
Block a user