0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

fix input group addon alignment

This commit is contained in:
Mark Otto 2016-01-07 00:38:41 -08:00
parent dfae3d46e4
commit 1429a0d8a9

View File

@ -87,7 +87,7 @@
padding: $input-padding-y $input-padding-x;
font-size: $font-size-base;
font-weight: normal;
line-height: 1;
line-height: 1.5;
color: $input-color;
text-align: center;
background-color: $input-group-addon-bg;