chore: Add max length to state messages

This commit is contained in:
krille-chan 2024-11-01 12:09:07 +01:00
parent 66ea73ea18
commit 84e2563628
No known key found for this signature in database

View file

@ -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: