mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
proof reading
This commit is contained in:
@@ -5,9 +5,9 @@ from textual.widgets import Static, Button
|
||||
class QuestionApp(App[str]):
|
||||
CSS = """
|
||||
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