MDL-60359 theme_boost: have correct mc question check mark not overlap

This commit is contained in:
Luca Bösch 2017-12-21 13:37:41 +01:00
parent 9993c1d02c
commit 1d8d3a0186

View File

@ -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;