diff --git a/covas_mobile/lib/pages/ItemMenu.dart b/covas_mobile/lib/pages/ItemMenu.dart index 5854910..cda686b 100644 --- a/covas_mobile/lib/pages/ItemMenu.dart +++ b/covas_mobile/lib/pages/ItemMenu.dart @@ -239,8 +239,12 @@ class _ItemMenuState extends State with ShowErrorDialog { ]), Row(children: [ Icon(Icons.description), + Text("Description : ", + style: TextStyle(fontSize: 15.0, fontWeight: FontWeight.bold)) + ]), + Row(children: [ Flexible( - child: Text("Description : ${eventDescription}", + child: Text("${eventDescription}", style: TextStyle(fontSize: 15.0), maxLines: 3, overflow: TextOverflow.ellipsis))