Skip to content

Commit 3b66068

Browse files
committed
removed lineLimit which is no more need
1 parent 6bcb147 commit 3b66068

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GoInfoGame/GoInfoGame/quests/LongQuests/Components/QuestOptions.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ struct QuestOptions: View {
144144
.offset(x: offset.0, y: offset.1)
145145
.frame(width: 100, height: 100)
146146
.minimumScaleFactor(0.67) // min font size is 10
147-
.lineLimit(10)
148147
}
149148

150149
Text(option.choiceText)
@@ -153,7 +152,6 @@ struct QuestOptions: View {
153152
.shadow(color: Color.black.opacity(0.7), radius: 4, x: 0, y: 2)
154153
.frame(width: 100, height: 100)
155154
.minimumScaleFactor(0.67) // min font size is 10
156-
.lineLimit(10)
157155
}
158156
}
159157
}

0 commit comments

Comments
 (0)