diff --git a/normalize.css b/normalize.css index c2de8df94..fbf31d418 100644 --- a/normalize.css +++ b/normalize.css @@ -257,13 +257,15 @@ figure { ========================================================================== */ /** - * Define consistent border, margin, and padding. + * 1. Define consistent border, margin, and padding. + * 2. Remove browser intrinsic min-width. */ fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; + border: 1px solid #c0c0c0; /* 1 */ + margin: 0 2px; /* 1 */ + min-width: 0; /* 2 */ + padding: 0.35em 0.625em 0.75em; /* 1 */ } /** diff --git a/test.html b/test.html index c90099163..eaa7b7d0f 100644 --- a/test.html +++ b/test.html @@ -307,6 +307,11 @@

Forms

+
+ Fieldset Without min-width +

+
+
Clickable inputs and buttons