diff options
| author | Mark Otto <[email protected]> | 2016-01-07 00:38:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-07 00:38:41 -0800 |
| commit | 1429a0d8a99ed0666a1d84e19486899af165e5dc (patch) | |
| tree | fb3eaeffdab5c95c670d418f40c630cd9ca0283a | |
| parent | dfae3d46e43f52389b7e53f1172b95390276dfcb (diff) | |
| download | bootstrap-1429a0d8a99ed0666a1d84e19486899af165e5dc.tar.xz bootstrap-1429a0d8a99ed0666a1d84e19486899af165e5dc.zip | |
fix input group addon alignment
| -rw-r--r-- | scss/_input-group.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index e6681ebde..eeca6ee98 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -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; |
