Limit list item lines
This commit is contained in:
@ -32,6 +32,7 @@ private struct LocalizedPageListItem: View {
|
||||
|
||||
var body: some View {
|
||||
Text(page.title)
|
||||
.lineLimit(1)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user