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:
Chris Rebert 2014-06-13 11:37:40 -07:00
parent 2b302f69ee
commit 37acbb983d

View File

@ -11,7 +11,7 @@ fieldset {
padding: 0;
margin: 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.
// See https://github.com/twbs/bootstrap/issues/12359.
min-width: 0;