bmbrands / moodle-theme_elegance

This is the new official elegance repository
http://basbrands.nl
23 stars 12 forks source link

Quiz Edit Page Add Question Button does Not expand #98

Open emmarichardson opened 9 years ago

emmarichardson commented 9 years ago

On the Quiz Edit Page in Moodle 2.8, the Add Question button only shows the first option. I found that adding the following to custom css resolved it.

page-mod-quiz-edit ul.slots {

margin: 0px;
overflow: inherit;

}