Skip to content
Permalink
Browse files
Correct the padding in firefox (#671)
  • Loading branch information
4refael authored and Jonathan Neal committed May 1, 2017
1 parent 2ac336c commit 7ac507237949560935c6173428251c933cfd8026
Showing 1 changed file with 8 additions and 0 deletions.
@@ -292,6 +292,14 @@ button:-moz-focusring,
outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.

0 comments on commit 7ac5072

Please sign in to comment.