diff --git a/firka/lib/ui/phone/pages/home/home_grades_subject.dart b/firka/lib/ui/phone/pages/home/home_grades_subject.dart index 846fa97d..93584935 100644 --- a/firka/lib/ui/phone/pages/home/home_grades_subject.dart +++ b/firka/lib/ui/phone/pages/home/home_grades_subject.dart @@ -215,10 +215,15 @@ class _HomeGradesSubjectScreen extends FirkaState { .apply(color: appStyle.colors.textPrimary), ), ), - Text( - teacherName, + SizedBox( + width: MediaQuery.of(context).size.width / 1.45, + child: Text( + "Ebből a tantárgyból még nem kaptál jegyet, és további információnk sincs az óráról.", style: appStyle.fonts.B_14R - .apply(color: appStyle.colors.textPrimary), + .apply(color: appStyle.colors.textPrimary), + softWrap: true, + overflow: TextOverflow.visible, + ), ) ], ),