mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix ListView styling (#5304)
* Quick fixes to list view styles * Updating snapshots * Update changelog
This commit is contained in:
@@ -190,12 +190,7 @@ class ChangingThemeApp(App[None]):
|
||||
}
|
||||
ListView {
|
||||
height: auto;
|
||||
& > ListItem {
|
||||
width: 1fr;
|
||||
& > Label {
|
||||
width: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Tree {
|
||||
height: 5;
|
||||
|
||||
Reference in New Issue
Block a user