chore: Add max length to state messages
This commit is contained in:
parent
66ea73ea18
commit
84e2563628
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ class StateMessage extends StatelessWidget {
|
||||||
MatrixLocals(L10n.of(context)),
|
MatrixLocals(L10n.of(context)),
|
||||||
),
|
),
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
|
maxLines: 2,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 12 * AppConfig.fontSizeFactor,
|
fontSize: 12 * AppConfig.fontSizeFactor,
|
||||||
decoration:
|
decoration:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue