Skip to content

Commit bf127f4

Browse files
committed
Fixes #3217 - Force room title headers to layout on one single line
1 parent 3b0f02d commit bf127f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ElementX/Sources/Screens/RoomScreen/View/RoomHeaderView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ struct RoomHeaderView: View {
2929
avatarImage
3030
.accessibilityHidden(true)
3131
Text(roomName)
32+
.lineLimit(1)
3233
.font(.compound.bodyLGSemibold)
3334
.accessibilityIdentifier(A11yIdentifiers.roomScreen.name)
3435
}

0 commit comments

Comments
 (0)