mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
added auto height
This commit is contained in:
@@ -10,11 +10,10 @@ Widget {
|
||||
}
|
||||
|
||||
#thing {
|
||||
|
||||
width: auto;
|
||||
height: 10;
|
||||
height: auto;
|
||||
background:magenta;
|
||||
margin: 3;
|
||||
margin: 1;
|
||||
padding: 1;
|
||||
border: solid white;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user