From 77786dec80dcd9c1b15325d1ef7d3db049494ad8 Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Mon, 12 Feb 2018 14:28:24 +1100 Subject: [PATCH] MDL-61425 theme_boost: Made question labels width full in question bank --- theme/boost/scss/moodle/question.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/boost/scss/moodle/question.scss b/theme/boost/scss/moodle/question.scss index 61fff05d249..91d8481b5c7 100644 --- a/theme/boost/scss/moodle/question.scss +++ b/theme/boost/scss/moodle/question.scss @@ -176,6 +176,7 @@ label { margin: 0; + display: block; } .header {