chore: Add max length to state messages

pull/1451/head
krille-chan 4 months ago
parent 66ea73ea18
commit 84e2563628
No known key found for this signature in database

@ -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…
Cancel
Save