From 071947cd32d10419f488a62b1b0b6df657b9d5e6 Mon Sep 17 00:00:00 2001 From: Omar Jaber Date: Tue, 17 Oct 2017 15:19:04 +0300 Subject: [PATCH] Fix fields style in reports for RTL direction (#4178) This code will fix fields style of the reports in RTL direction --- frappe/public/css/report-rtl.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frappe/public/css/report-rtl.css b/frappe/public/css/report-rtl.css index 26709a55e3..03e986c56b 100644 --- a/frappe/public/css/report-rtl.css +++ b/frappe/public/css/report-rtl.css @@ -2,10 +2,14 @@ direction: ltr; } +.page-form .awesomplete > ul { + left: auto; +} + .chart_area{ direction: ltr; } .grid-report .show-zero{ - direction: rtl ; + direction: rtl; }