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)),
|
||||
),
|
||||
textAlign: TextAlign.center,
|
||||
maxLines: 2,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: TextStyle(
|
||||
fontSize: 12 * AppConfig.fontSizeFactor,
|
||||
decoration:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue