From 72ece42858643c789d2c2f86fccdab0afefa18d0 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Fri, 5 Sep 2014 09:37:34 +0800 Subject: [PATCH] MDL-46658 gradereport_grader: Remove max-width for RTL For some reason, Safari behaves incorrectly when dealing with RTL content where the table has a max-width of 100%. This issue is a part of the MDL-25544 Epic. --- grade/report/grader/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/grade/report/grader/styles.css b/grade/report/grader/styles.css index 3fc0b766486..7d9f80c3d73 100644 --- a/grade/report/grader/styles.css +++ b/grade/report/grader/styles.css @@ -34,6 +34,7 @@ .dir-rtl.path-grade-report-grader .gradeparent table { border-left-width: 0; border-right-width: 1px; + max-width: initial; } /** -- 2.43.0