fix: force room settings header onto one line with ellipsis for overflow (#1965)
This commit is contained in:
parent
f4709bf140
commit
f5708facd9
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ extension RoomSettingsRoomExtension on Room {
|
|||
}
|
||||
|
||||
Text nameAndRoomTypeIcon([TextStyle? textStyle]) => Text.rich(
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: textStyle,
|
||||
TextSpan(
|
||||
children: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue