fixed text alignment

This commit is contained in:
Roland Gruber 2020-04-23 21:18:27 +02:00
parent df189f69e7
commit 2331e42e34
1 changed files with 5 additions and 0 deletions

View File

@ -283,6 +283,11 @@ table.collapse {
.rightToLeftText {
text-align: right;
text-align-last: right;
}
.rightToLeftText option {
direction: rtl;
}
.text-left {