Skip to content

Commit

Permalink
css(hr): remove box-sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
marella committed Jun 14, 2021
1 parent 4de3eba commit e0499f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modernize.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ h1 {
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 1. Add the correct height in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
Expand Down

0 comments on commit e0499f0

Please sign in to comment.