Commit fc4502c4 by Xavier Antoviaque

Merge pull request #65 from mtyaka/legend-wrap

Line-wrap legend elements in IE.
parents dc0367c8 50056494
......@@ -57,6 +57,11 @@
display: none;
}
.mentoring legend {
white-space: normal;
display: table; /* Enable line-wrapping in IE8 */
}
.mentoring .attempts {
margin-left: 10px;
display: inline-block;
......
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