web: replace text-align: left with text-align: start
improves support for arabic and other RTL languages
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
}
|
||||
|
||||
.align-left .body-text {
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
.align-left .popup-header {
|
||||
|
||||
Reference in New Issue
Block a user