IE9 doesn't wrap legend text.
A quick look for a solution shows that adding max-width: 100% will cause IE9 to wrap text.
Need to do some tests to understand the impact of adding that declaration, e.g., people being caught out if they try to style the legend element and modify other box-model properties. Also check to see if there is an alternative fix that is cleaner.
IE9 doesn't wrap
legendtext.A quick look for a solution shows that adding
max-width: 100%will cause IE9 to wrap text.Need to do some tests to understand the impact of adding that declaration, e.g., people being caught out if they try to style the legend element and modify other box-model properties. Also check to see if there is an alternative fix that is cleaner.