mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
MDL-60359 theme_boost: have correct mc question check mark not overlap
This commit is contained in:
parent
9993c1d02c
commit
1d8d3a0186
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user