mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fixes #3217 - Force room title headers to layout on one single line
This commit is contained in:
parent
3b0f02d2b9
commit
bf127f441f
@ -29,6 +29,7 @@ struct RoomHeaderView: View {
|
||||
avatarImage
|
||||
.accessibilityHidden(true)
|
||||
Text(roomName)
|
||||
.lineLimit(1)
|
||||
.font(.compound.bodyLGSemibold)
|
||||
.accessibilityIdentifier(A11yIdentifiers.roomScreen.name)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user