Skip to content

Conversation

@jonathantneal
Copy link
Contributor

Corrects <legend> wrapping not present in IE8-11 and Edge 12-13. It actually requires 2 separate fixes in order to work in both IE8 and Edge 13.

box-sizing: border-box and max-width: 100% correct the issue in IE9-11 as well as Edge 12-13, while display: table and white-space: normal correct the issue in IE8-11.

Resolves #100

@battaglr
Copy link

This code looks technically correct for me! 👍

drify added a commit to drify/normalize.css that referenced this pull request Oct 16, 2019
See necolas#100 (comment) and necolas#536 . These two declarations are intended to fix IE8, which normalize.css dropped support long ago.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix IE9 legend text wrapping

3 participants