From 3fd04d5242c6ff96d9ca330dbed0cf1612e90562 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Wed, 7 Sep 2016 12:19:54 +0800 Subject: [PATCH] MDL-55831 mod_quiz: Contain input fields within dialogues Part of MDL-55071 --- theme/noname/scss/moodle/question.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/noname/scss/moodle/question.scss b/theme/noname/scss/moodle/question.scss index 0cae47a813c..6903253c4a9 100644 --- a/theme/noname/scss/moodle/question.scss +++ b/theme/noname/scss/moodle/question.scss @@ -228,6 +228,7 @@ body.path-question-type .fitem_fgroup .accesshide { } .path-mod-quiz input[size] { width: auto; + max-width: 100%; } .que .comment { @extend .alert-success;