From c1bcf49f37b2dbb0980fd68f8d2aa38484fc3e93 Mon Sep 17 00:00:00 2001 From: TechMiX Date: Wed, 9 Dec 2020 02:23:53 +0100 Subject: [PATCH] reverse all text-aligns in rtl-layout --- frontend/src/styles.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 43a3ddc47..38e4283a7 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -486,4 +486,12 @@ th { .float-right { float: left !important; } + + .text-left { + text-align: right !important; + } + + .text-right { + text-align: left !important; + } }