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

This commit is contained in:
Luca Bösch
2017-12-22 09:20:41 +01:00
parent 16deaa8611
commit 5cb64c1faa
+7
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;