Theme default is now RTL compatible by commenting out the table class (line 31)
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 29 Jun 2021 07:47:44 +0000 (09:47 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 29 Jun 2021 07:47:44 +0000 (09:47 +0200)
themes/default/default.css

index c05eb423e0107a1e47138b824ef0add38c8d15e9..f4f02140ba892861b9857cf11bbd5d39e7cac76f 100644 (file)
@@ -28,11 +28,11 @@ tr, td, th {
        font-size: 11px;
        line-height: 19px;
 }
-
+/*
 table {
        text-align: left;
 }
-
+*/
 textarea {
        font-size: 12px;
 }