Line-wrap legend elements in IE.
IE8+ (including IE11) does not wrap the content of legend elements. Since questions that we put into legend elements can get quite long, the question would overflow the page in IE. Adding display:table rule to the legend element forces the legend text to wrap in IE, without any negative side-effects in other browsers. See: http://www.456bereastreet.com/archive/201210/how_to_line_wrap_text_in_legend_elements_even_in_ie http://stackoverflow.com/questions/6133571/how-can-i-make-legend-text-wrap
Showing
Please
register
or
sign in
to comment