Skip to content

Commit

Permalink
fix(css): reset fieldset min-width
Browse files Browse the repository at this point in the history
webkit browsers set fieldset min-width which happens to overflow
viewport on most occasions
  • Loading branch information
hypeJunction committed Apr 3, 2018
1 parent 05fdfdc commit 62b1335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/default/elements/reset.css.php
Expand Up @@ -263,4 +263,5 @@

fieldset {
border: none;
min-width: 0; /* override -webkit-min-content */
}

0 comments on commit 62b1335

Please sign in to comment.