Commit 4536667a by Brandon Baker Committed by GitHub

Merge pull request #15234 from edx/bbaker/fix-text-wrapping-IE11

EDUCATOR-62 Fix question text wrapping in IE11
parents 3c470e6b d2dc2a46
......@@ -300,10 +300,14 @@ div.problem {
legend {
margin-bottom: $baseline;
max-width: 100%;
white-space: normal;
}
legend + .question-description {
margin-top: -$baseline;
max-width: 100%;
white-space: normal;
}
}
}
......
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