aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-13 11:37:40 -0700
committerChris Rebert <[email protected]>2014-06-13 11:37:40 -0700
commit37acbb983d02518e5d90857a2f2b42bf9c00a4a0 (patch)
treee82ab1249d4657c75b707b937535f66f19eba172 /less/forms.less
parent2b302f69eea416bc85e7827b7d7a74d49f879662 (diff)
downloadbootstrap-37acbb983d02518e5d90857a2f2b42bf9c00a4a0.tar.xz
bootstrap-37acbb983d02518e5d90857a2f2b42bf9c00a4a0.zip
min-content is standard, so no need to vendor prefix it
Also, makes little sense to say that Firefox sets a `-webkit`-prefixed value
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 92139d8a1..2f629b0a1 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -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;