From 9d9f99a9550f1cd7937d2aa1172f776634cd12be Mon Sep 17 00:00:00 2001 From: kima Date: Sun, 25 Jun 2023 14:55:01 +0200 Subject: [PATCH] fixed long subject names in grades summary --- filcnaplo_mobile_ui/lib/screens/summary/pages/grades_page.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/filcnaplo_mobile_ui/lib/screens/summary/pages/grades_page.dart b/filcnaplo_mobile_ui/lib/screens/summary/pages/grades_page.dart index f37a887..5b75cbb 100644 --- a/filcnaplo_mobile_ui/lib/screens/summary/pages/grades_page.dart +++ b/filcnaplo_mobile_ui/lib/screens/summary/pages/grades_page.dart @@ -107,6 +107,7 @@ class _GradesBodyState extends State { Text( subject.renamedTo ?? subject.name.capital(), maxLines: 2, + overflow: TextOverflow.ellipsis, style: TextStyle( fontWeight: FontWeight.bold, fontSize: 20.0,