Details
Description
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...)