diff options
| author | Mark Otto <[email protected]> | 2015-04-29 12:00:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-29 12:00:11 -0700 |
| commit | ed89be1f44500022fc67e334e6f245d2368eefc6 (patch) | |
| tree | 9103f449c2d97e52873e70e2f945cbbc8e775c11 /scss/_forms.scss | |
| parent | 7db7e5968248a1a72260aced3a3fd6e6373558e6 (diff) | |
| download | bootstrap-ed89be1f44500022fc67e334e6f245d2368eefc6.tar.xz bootstrap-ed89be1f44500022fc67e334e6f245d2368eefc6.zip | |
Remove $line-height-computed
We have it set to `1` right now just to avoid compilation errors, but
it’s been replaced everywhere with our new spacer classes anywho. We’ll
likely want to remap that var to custom component vars though (e.g.,
`$pagination-margin` instead of `$spacer-y`).
Diffstat (limited to 'scss/_forms.scss')
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 154430119..671be46fb 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -117,7 +117,7 @@ // horizontal form layout. .form-control-static { - min-height: ($line-height-computed + $font-size-base); + min-height: $input-height-base; // Size it appropriately next to real form controls padding-top: ($padding-base-vertical + $border-width); padding-bottom: ($padding-base-vertical + $border-width); |
