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(
|
Text(
|
||||||
subject.renamedTo ?? subject.name.capital(),
|
subject.renamedTo ?? subject.name.capital(),
|
||||||
maxLines: 2,
|
maxLines: 2,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 20.0,
|
fontSize: 20.0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user