diff options
| author | Chris Rebert <[email protected]> | 2013-07-30 12:35:39 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-30 12:35:39 -0700 |
| commit | da98c5c2c39d0499bed07f27ad026f219a52b8f8 (patch) | |
| tree | 69eeebf929edadcfc486e4d3f3da415a08f46e35 | |
| parent | d9266f95c4d0d9c3ea77a413f5f0eff2eeaaaa12 (diff) | |
| download | bootstrap-da98c5c2c39d0499bed07f27ad026f219a52b8f8.tar.xz bootstrap-da98c5c2c39d0499bed07f27ad026f219a52b8f8.zip | |
trivial spacing fix
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index fad9f15e5..f4e8c996d 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; } } |
