mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
19 lines
272 B
CSS
19 lines
272 B
CSS
Horizontal {
|
|
background: red 50%;
|
|
overflow-x: auto;
|
|
/* width: auto */
|
|
}
|
|
|
|
.test {
|
|
width: auto;
|
|
height: auto;
|
|
|
|
background: white 50%;
|
|
border:solid green;
|
|
padding: 0;
|
|
margin:3;
|
|
|
|
align: center middle;
|
|
box-sizing: content-box;
|
|
}
|