Fix copy/paste-o in DEFAULT_CSS for Label

This commit is contained in:
Dave Pearson
2022-12-05 11:28:12 +00:00
parent cd4b421b74
commit 2e6e43e9b8

View File

@@ -7,7 +7,7 @@ class Label(Static):
"""A simple label widget for displaying text-oriented renderables."""
DEFAULT_CSS = """
Static {
Label {
width: auto;
height: auto;
}