reverse all text-aligns in rtl-layout

This commit is contained in:
TechMiX 2020-12-09 02:23:53 +01:00
parent c4734357c4
commit c1bcf49f37

View File

@ -486,4 +486,12 @@ th {
.float-right {
float: left !important;
}
.text-left {
text-align: right !important;
}
.text-right {
text-align: left !important;
}
}