JS Fix for RTL Langages
// correct CSS fix
.rtl-text {
direction: rtl;
text-align: right; // remove if unnecessary
}
// .ltr-text {
// direction: ltr;
// }
Innocent Ibex