fixed rtl display

This commit is contained in:
Roland Gruber 2020-07-26 21:24:45 +02:00
parent 08a65e2608
commit 09989ee804
1 changed files with 8 additions and 0 deletions

View File

@ -294,6 +294,14 @@ table.collapse {
direction: rtl;
}
.rightToLeftText option:after {
content: "\200E";
}
.rightToLeftText option:before {
content: "\200E";
}
.text-left {
text-align: left;
}