fix byte example

This commit is contained in:
Will McGugan
2023-04-10 17:25:13 +01:00
parent 3d642e1c71
commit af93a82fb1
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ class BitSwitch(Widget):
} }
BitSwitch > Label { BitSwitch > Label {
text-align: center; text-align: center;
width: 1fr; width: 100%;
} }
""" """

View File

@@ -19,7 +19,7 @@ class BitSwitch(Widget):
} }
BitSwitch > Label { BitSwitch > Label {
text-align: center; text-align: center;
width: 1fr; width: 100%;
} }
""" """

View File

@@ -20,7 +20,7 @@ class BitSwitch(Widget):
} }
BitSwitch > Label { BitSwitch > Label {
text-align: center; text-align: center;
width: 1fr; width: 100%;
} }
""" """