mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
tests for box model
This commit is contained in:
@@ -26,7 +26,7 @@ Widget {
|
||||
#thing2 {
|
||||
border: solid white;
|
||||
/* outline: heavy blue; */
|
||||
|
||||
height: 10;
|
||||
padding: 1 2;
|
||||
box-sizing: border-box;
|
||||
|
||||
@@ -39,7 +39,7 @@ Widget {
|
||||
|
||||
|
||||
#thing3 {
|
||||
|
||||
height: 10;
|
||||
margin: 1;
|
||||
background:blue;
|
||||
align-horizontal: center;
|
||||
|
||||
Reference in New Issue
Block a user