mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
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.
This commit is contained in:
parent
1bd4817ada
commit
72ece42858
@ -34,6 +34,7 @@
|
||||
.dir-rtl.path-grade-report-grader .gradeparent table {
|
||||
border-left-width: 0;
|
||||
border-right-width: 1px;
|
||||
max-width: initial;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user