style: fix FormSwitch text-align
This commit is contained in:
parent
aaa0b7edde
commit
fb923fa4d8
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ function toggle(x) {
|
||||||
display: block;
|
display: block;
|
||||||
transition: inherit;
|
transition: inherit;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
text-align: initial;
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue