Skip to content

Commit

Permalink
MDL-60359 theme_boost: have correct mc question check mark not overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Dec 22, 2017
1 parent f46f4ca commit 64b3116
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions theme/boost/scss/moodle/question.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 64b3116

Please sign in to comment.