Initial support for RTL layouts

This commit is contained in:
Hadi Charara 2022-07-02 15:50:52 -04:00
parent 941fe35103
commit 0f994ccb5b
19 changed files with 212 additions and 25 deletions

View file

@ -303,6 +303,10 @@ button::-moz-focus-inner {
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
[dir="rtl"] & {
text-align: right;
}
}
.dialog .cardText {