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

pull/1688/head
ggurdin 9 months ago committed by GitHub
parent f4709bf140
commit f5708facd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save