Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct wrapping not present in IE8/9/10/11 and Edge 12/13 #536

Merged
merged 1 commit into from Mar 19, 2016

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
Contributor

This code looks technically correct for me! 👍

jonathantneal added a commit that referenced this pull request Mar 19, 2016
Correct wrapping not present in IE8/9/10/11 and Edge 12/13
@jonathantneal jonathantneal merged commit 10c24de into master Mar 19, 2016
@jonathantneal jonathantneal deleted the fix/100 branch March 19, 2016 02:33
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
2 participants