added auto height

This commit is contained in:
Will McGugan
2022-05-05 14:38:22 +01:00
parent 4ec565074d
commit bc497e0abe
8 changed files with 102 additions and 30 deletions

View File

@@ -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;