forked from firka/student-legacy
fixed long subject names in grades summary
This commit is contained in:
parent
2c5939fab4
commit
9d9f99a955
@ -107,6 +107,7 @@ class _GradesBodyState extends State<GradesBody> {
|
||||
Text(
|
||||
subject.renamedTo ?? subject.name.capital(),
|
||||
maxLines: 2,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 20.0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user