reverse all text-aligns in rtl-layout
This commit is contained in:
parent
c4734357c4
commit
c1bcf49f37
@ -486,4 +486,12 @@ th {
|
|||||||
.float-right {
|
.float-right {
|
||||||
float: left !important;
|
float: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-left {
|
||||||
|
text-align: right !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-right {
|
||||||
|
text-align: left !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user