From 7ac507237949560935c6173428251c933cfd8026 Mon Sep 17 00:00:00 2001 From: Refael Iliaguyev Date: Mon, 1 May 2017 17:54:33 +0300 Subject: [PATCH] Correct the padding in firefox (#671) --- normalize.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/normalize.css b/normalize.css index b26c100..acd5aa7 100644 --- a/normalize.css +++ b/normalize.css @@ -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.