mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 21:20:23 +00:00
Fix Issue #8175
This commit is contained in:
parent
9bbe8a020a
commit
7bc817bcba
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
padding: @padding-base-vertical @padding-base-horizontal;
|
||||
font-size: @font-size-base;
|
||||
font-weight: normal;
|
||||
line-height: @line-height-base;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
background-color: @gray-lighter;
|
||||
border: 1px solid @input-group-addon-border-color;
|
||||
|
|
|
|||
Loading…
Reference in a new issue