]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
min-content is standard, so no need to vendor prefix it
authorChris Rebert <github@rebertia.com>
Fri, 13 Jun 2014 18:37:40 +0000 (11:37 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 13 Jun 2014 18:37:40 +0000 (11:37 -0700)
Also, makes little sense to say that Firefox sets a `-webkit`-prefixed value

less/forms.less

index 92139d8a14ec83fac558425c01398fc47c478029..2f629b0a1d64da23e0593b2ae92636a022b392ca 100644 (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;