fixed rtl display
This commit is contained in:
parent
08a65e2608
commit
09989ee804
|
@ -294,6 +294,14 @@ table.collapse {
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rightToLeftText option:after {
|
||||||
|
content: "\200E";
|
||||||
|
}
|
||||||
|
|
||||||
|
.rightToLeftText option:before {
|
||||||
|
content: "\200E";
|
||||||
|
}
|
||||||
|
|
||||||
.text-left {
|
.text-left {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue