web: replace text-align: left with text-align: start
improves support for arabic and other RTL languages
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
background-color: var(--red);
|
||||
color: var(--white);
|
||||
width: max-content;
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
#setting-button-reset:hover {
|
||||
|
||||
Reference in New Issue
Block a user