0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

trivial spacing fix

This commit is contained in:
Chris Rebert 2013-07-30 12:35:39 -07:00
parent d9266f95c4
commit da98c5c2c3

View File

@ -77,7 +77,7 @@ input[type="checkbox"]:focus {
// See https://github.com/twbs/bootstrap/issues/8350 for more. // See https://github.com/twbs/bootstrap/issues/8350 for more.
input[type="number"] { input[type="number"] {
&::-webkit-outer-spin-button, &::-webkit-outer-spin-button,
&::-webkit-inner-spin-button { &::-webkit-inner-spin-button {
height: auto; height: auto;
} }
} }