MDL-77375 core: Cleanup redundant set_constraint() calls

Also removed the 10rem bottom margin form the quiz editing page. It was
there to make sure that there is enough room for the 'add new question'
dropdown. But it's not needed anymore (hasn't been since long time ago).
This commit is contained in:
Shamim Rezaie 2023-05-22 07:00:17 +10:00
parent 848efb3f13
commit 316d79d038
8 changed files with 0 additions and 29 deletions

View file

@ -1203,11 +1203,6 @@ img.userpicture {
}
// Quiz module
.path-mod-quiz .mod-quiz-edit-content {
// Force the quiz edit page to always be large enough to prevent scrolling when accessing the menu.
margin-bottom: 10rem;
}
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-3,
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-9 {
width: auto;

View file

@ -33771,10 +33771,6 @@ img.userpicture {
display: none;
}
}
.path-mod-quiz .mod-quiz-edit-content {
margin-bottom: 10rem;
}
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-3,
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-9 {
width: auto;

View file

@ -33771,10 +33771,6 @@ img.userpicture {
display: none;
}
}
.path-mod-quiz .mod-quiz-edit-content {
margin-bottom: 10rem;
}
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-3,
#page-mod-quiz-mod #id_reviewoptionshdr .col-md-9 {
width: auto;