Commit 10a0bc6f by Marco Morales

Merge pull request #9122 from jolyonb/questionfix

CAPA CSS: Fixing indicator spacing on dropdown problems
parents 2afc586a d06abbf0
......@@ -783,7 +783,7 @@ div.problem {
.indicator-container {
display: inline-block;
.status.correct:after, .status.incorrect:after {
.status.correct:after, .status.incorrect:after, .status.unanswered:after {
@include margin-left(0);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment