web: replace text-align: left with text-align: start
improves support for arabic and other RTL languages
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
align-items: center;
|
||||
gap: var(--padding);
|
||||
justify-content: space-between;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
transform: none;
|
||||
padding: calc(var(--switcher-padding) * 2) 16px;
|
||||
border-radius: var(--border-radius);
|
||||
|
||||
Reference in New Issue
Block a user