web: replace text-align: left with text-align: start
improves support for arabic and other RTL languages
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
gap: 4px;
|
||||
height: fit-content;
|
||||
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
|
||||
Reference in New Issue
Block a user