fix: force room settings header onto one line with ellipsis for overflow (#1965)

This commit is contained in:
ggurdin 2025-02-27 10:23:43 -05:00 committed by GitHub
parent f4709bf140
commit f5708facd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,8 @@ extension RoomSettingsRoomExtension on Room {
}
Text nameAndRoomTypeIcon([TextStyle? textStyle]) => Text.rich(
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: textStyle,
TextSpan(
children: [