mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
rename table to gird, diagrams for layout
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Screen {
|
||||
layout: table;
|
||||
table-size: 2;
|
||||
table-gutter: 2;
|
||||
layout: grid;
|
||||
grid-size: 2;
|
||||
grid-gutter: 2;
|
||||
padding: 2;
|
||||
}
|
||||
#question {
|
||||
|
||||
Reference in New Issue
Block a user