web: replace text-align: left with text-align: start
improves support for arabic and other RTL languages
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
}
|
||||
|
||||
.support-note {
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user