Limit list item lines
This commit is contained in:
@ -56,6 +56,7 @@ struct FileListView: View {
|
||||
ForEach(filteredFiles) { file in
|
||||
SelectableListItem(selected: selectedFile == file) {
|
||||
Text(file.id)
|
||||
.lineLimit(1)
|
||||
}
|
||||
.id(file.id)
|
||||
.onTapGesture {
|
||||
|
Reference in New Issue
Block a user