diff options
| author | Mark Otto <[email protected]> | 2016-02-07 22:47:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-07 22:47:04 -0800 |
| commit | e589cdbfe9421d58f6c3ff4d2820056983df6def (patch) | |
| tree | 1675d6c20d3307fdaa32497a16791c7d8805577f | |
| parent | 38c93371c14e8caeefc08df356a11ae19d79fae8 (diff) | |
| download | bootstrap-e589cdbfe9421d58f6c3ff4d2820056983df6def.tar.xz bootstrap-e589cdbfe9421d58f6c3ff4d2820056983df6def.zip | |
Put that new var to use to match form group addons to form controls
| -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 868606982..fd00ddb3f 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -88,7 +88,7 @@ margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom font-size: $font-size-base; font-weight: normal; - line-height: 1.5; + line-height: $input-line-height; color: $input-color; text-align: center; background-color: $input-group-addon-bg; |
