-
Bug
-
Resolution: Fixed
-
Minor
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
MDL-45901_Quiz_master -
Adding Random question(s) to a quiz, The category questions are not visible
(under each question) in RTL mode. as seen in first screen capture.
Seems like a regression that was introduced in MDL-38209.
#page-mod-quiz-edit.dir-rtl div.editq div.question div.content {
|
float: right;
|
height: 40px;
|
}
|
removing the above "height: 40px;" solve this issue. as seen in second screen capture
(hope it is not causing some other regression. we will have to check...)