Commit d2dc2a46 by Brandon Baker

EDUCATOR-62 Fix question text wrapping in IE11

parent e64c3a35
...@@ -300,10 +300,14 @@ div.problem { ...@@ -300,10 +300,14 @@ div.problem {
legend { legend {
margin-bottom: $baseline; margin-bottom: $baseline;
max-width: 100%;
white-space: normal;
} }
legend + .question-description { legend + .question-description {
margin-top: -$baseline; 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