necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.28k stars 10.67k forks source link

<hr> no longer respects float wrapping #893

Closed HazardCreative closed 1 year ago

HazardCreative commented 1 year ago

overflow:visible causes <hr> to widen and run behind floated elements instead of remaining at text width and respecting the float's content and margin. Is there another way to normalize the behavior this rule is trying to correct?

HazardCreative commented 1 year ago

Closing. I'd searched issues but didn't see PR #861 before.