fix for simple case

This commit is contained in:
Will McGugan
2022-05-26 11:15:44 +01:00
parent 153567d3b1
commit 5c10f944ed
9 changed files with 56 additions and 50 deletions

View File

@@ -5,7 +5,7 @@ from textual.widget import Widget
class WidthApp(App):
CSS = """
Widget {
background: blue;
background: blue 50%;
width: 50%;
}
"""