From da98c5c2c39d0499bed07f27ad026f219a52b8f8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 30 Jul 2013 12:35:39 -0700 Subject: [PATCH] trivial spacing fix --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.47.2