Fix ListView styling (#5304)

* Quick fixes to list view styles

* Updating snapshots

* Update changelog
This commit is contained in:
Darren Burns
2024-11-28 14:40:17 +00:00
committed by GitHub
parent ca9b4a8118
commit 79df474d14
6 changed files with 175 additions and 150 deletions

View File

@@ -190,12 +190,7 @@ class ChangingThemeApp(App[None]):
}
ListView {
height: auto;
& > ListItem {
width: 1fr;
& > Label {
width: 1fr;
}
}
}
Tree {
height: 5;