mirror of https://github.com/twbs/bootstrap.git
Fix Issue #8175
This commit is contained in:
parent
9bbe8a020a
commit
7bc817bcba
|
|
@ -48,7 +48,7 @@
|
||||||
padding: @padding-base-vertical @padding-base-horizontal;
|
padding: @padding-base-vertical @padding-base-horizontal;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: @line-height-base;
|
line-height: 1;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: @gray-lighter;
|
background-color: @gray-lighter;
|
||||||
border: 1px solid @input-group-addon-border-color;
|
border: 1px solid @input-group-addon-border-color;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue