Center text vertically in listviews

This commit is contained in:
MrTimscampi 2020-01-25 20:39:03 +01:00
parent 0144192318
commit 072118ab65

View File

@ -111,6 +111,10 @@
text-overflow: ellipsis;
}
.layout-desktop .listItemBodyText {
margin: 0.25em 0 0 0;
}
.listItemBodyText-nowrap {
white-space: nowrap;
}