diff --git a/theme/boost/scss/moodle/question.scss b/theme/boost/scss/moodle/question.scss index e92f97a6bf7..61fff05d249 100644 --- a/theme/boost/scss/moodle/question.scss +++ b/theme/boost/scss/moodle/question.scss @@ -298,6 +298,13 @@ body.path-question-type { @extend .alert-info; } +.que.multichoice .answer div.r0 .icon.fa-check, +.que.multichoice .answer div.r1 .icon.fa-check, +.que.multichoice .answer div.r0 .icon.fa-remove, +.que.multichoice .answer div.r1 .icon.fa-remove { + text-indent: 0; +} + .formulation input[type="text"], .formulation select { width: auto;