Skip to content

Commit 1bec078

Browse files
committed
home: set line limit for create button
1 parent ce34a2c commit 1bec078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Platform/Shared/VMPlaceholderView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ private struct TileLabelStyle: LabelStyle {
162162
.font(.system(size: 48.0, weight: .medium))
163163
.padding(.bottom)
164164
configuration.title
165+
.lineLimit(nil)
165166
.multilineTextAlignment(.center)
166167
}
167168
}

0 commit comments

Comments
 (0)