From 2437e3ed70613410272343739883baa0a43683bd Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 29 Jun 2021 09:47:44 +0200 Subject: [PATCH] Theme default is now RTL compatible by commenting out the table class (line 31) --- themes/default/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/default.css b/themes/default/default.css index c05eb423..f4f02140 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -28,11 +28,11 @@ tr, td, th { font-size: 11px; line-height: 19px; } - +/* table { text-align: left; } - +*/ textarea { font-size: 12px; } -- 2.30.2