mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix copy/paste-o in DEFAULT_CSS for Label
This commit is contained in:
@@ -7,7 +7,7 @@ class Label(Static):
|
|||||||
"""A simple label widget for displaying text-oriented renderables."""
|
"""A simple label widget for displaying text-oriented renderables."""
|
||||||
|
|
||||||
DEFAULT_CSS = """
|
DEFAULT_CSS = """
|
||||||
Static {
|
Label {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user