From: Chris Rebert Date: Tue, 30 Jul 2013 19:35:39 +0000 (-0700) Subject: trivial spacing fix X-Git-Tag: v3.0.0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da98c5c2c39d0499bed07f27ad026f219a52b8f8;p=thirdparty%2Fbootstrap.git trivial spacing fix --- diff --git a/less/forms.less b/less/forms.less index fad9f15e5a..f4e8c996d9 100644 --- a/less/forms.less +++ b/less/forms.less @@ -77,7 +77,7 @@ input[type="checkbox"]:focus { // See https://github.com/twbs/bootstrap/issues/8350 for more. input[type="number"] { &::-webkit-outer-spin-button, - &::-webkit-inner-spin-button { + &::-webkit-inner-spin-button { height: auto; } }