Correct the padding in firefox (#671)

This commit is contained in:
Refael Iliaguyev 2017-05-01 17:54:33 +03:00 committed by Jonathan Neal
parent 2ac336c420
commit 7ac5072379

View File

@ -292,6 +292,14 @@ button:-moz-focusring,
outline: 1px dotted ButtonText; 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. * 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE. * 2. Correct the color inheritance from `fieldset` elements in IE.