web: replace text-align: left with text-align: start

improves support for arabic and other RTL languages
This commit is contained in:
wukko
2024-11-20 14:47:07 +06:00
parent 9c8cb5611f
commit 6e81c55fc1
9 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
.bullet-holder {
display: flex;
flex-direction: row;
text-align: left;
text-align: start;
gap: var(--padding);
}

View File

@@ -59,7 +59,7 @@
.update-text {
display: flex;
flex-direction: column;
text-align: left;
text-align: start;
font-size: 13px;
}