mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
min-content is standard, so no need to vendor prefix it
Also, makes little sense to say that Firefox sets a `-webkit`-prefixed value
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ fieldset {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
// Chrome and Firefox set a `min-width: -webkit-min-content;` on fieldsets,
|
// Chrome and Firefox set a `min-width: min-content;` on fieldsets,
|
||||||
// so we reset that to ensure it behaves more like a standard block element.
|
// so we reset that to ensure it behaves more like a standard block element.
|
||||||
// See https://github.com/twbs/bootstrap/issues/12359.
|
// See https://github.com/twbs/bootstrap/issues/12359.
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user