snapshot fix

This commit is contained in:
Will McGugan
2023-01-31 12:53:32 +01:00
parent 330db5fc80
commit e446695684

View File

@@ -6,14 +6,10 @@ from textual.widgets import Header, Footer, Label, Input
class InputWidthAutoApp(App[None]):
CSS = """
Screen {
align: center middle;
}
Input.auto {
width: auto;
max-width: 100%;
}
"""
def compose(self) -> ComposeResult: