mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix byte example
This commit is contained in:
@@ -17,7 +17,7 @@ class BitSwitch(Widget):
|
|||||||
}
|
}
|
||||||
BitSwitch > Label {
|
BitSwitch > Label {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 1fr;
|
width: 100%;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ class BitSwitch(Widget):
|
|||||||
}
|
}
|
||||||
BitSwitch > Label {
|
BitSwitch > Label {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 1fr;
|
width: 100%;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ class BitSwitch(Widget):
|
|||||||
}
|
}
|
||||||
BitSwitch > Label {
|
BitSwitch > Label {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 1fr;
|
width: 100%;
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user