fixed text alignment
This commit is contained in:
parent
df189f69e7
commit
2331e42e34
|
@ -283,6 +283,11 @@ table.collapse {
|
|||
|
||||
.rightToLeftText {
|
||||
text-align: right;
|
||||
text-align-last: right;
|
||||
}
|
||||
|
||||
.rightToLeftText option {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.text-left {
|
||||
|
|
Loading…
Reference in New Issue