mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
App Layout: Space names in the bottom sheet should wrap to 1 line only
This commit is contained in:
+1
@@ -57,6 +57,7 @@ struct SpaceSelectorListRow: View {
|
||||
.clipShape(RoundedRectangle(cornerRadius: 8))
|
||||
}
|
||||
Text(displayName ?? "")
|
||||
.lineLimit(1)
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
.font(theme.fonts.bodySB)
|
||||
.accessibility(identifier: "itemName")
|
||||
|
||||
Reference in New Issue
Block a user