Skip to content

Commit 1665d7f

Browse files
committed
Fixed setting option visibility when title is too large
1 parent 1f891ed commit 1665d7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GoInfoGame/GoInfoGame/UI/UserSettingsView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ struct UserSettingsView: View {
4242
HStack(alignment: .firstTextBaseline) {
4343
Text(selectedWorkspace)
4444
.foregroundStyle(Asset.Colors.huskyPurple.swiftUIColor)
45+
.lineLimit(1)
4546

4647

4748
Spacer()

0 commit comments

Comments
 (0)