mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Ensure help text for align appears
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
#uber1 {
|
||||
layout: vertical;
|
||||
background: dark_green;
|
||||
overflow: auto auto;
|
||||
overflow: hidden auto;
|
||||
border: heavy white;
|
||||
}
|
||||
|
||||
.list-item {
|
||||
height: 8;
|
||||
align: center middle;
|
||||
align: centear middlex;
|
||||
background: dark_blue;
|
||||
border: solid red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user