Revert center layout snapshot to make it pass

This commit is contained in:
Darren Burns
2022-09-20 17:46:41 +01:00
parent 93fab617bf
commit 4a46257e38

View File

@@ -6,7 +6,7 @@ class CenterLayoutExample(App):
CSS_PATH = "center_layout.css"
def compose(self) -> ComposeResult:
yield Static("One!", id="bottom")
yield Static("One", id="bottom")
yield Static("Two", id="middle")
yield Static("Three", id="top")