diff options
| author | Patrick Yeo <[email protected]> | 2017-05-01 18:00:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-12 18:22:48 -0700 |
| commit | 80cf395e4d8f91337cf28d8b85ca087b0ce3e8ae (patch) | |
| tree | 47061fa69e3f05417e7432236d842ff768edc08c | |
| parent | 02ae73fc0fc21049ea4199dfda18c87c9b709e52 (diff) | |
| download | bootstrap-80cf395e4d8f91337cf28d8b85ca087b0ce3e8ae.tar.xz bootstrap-80cf395e4d8f91337cf28d8b85ca087b0ce3e8ae.zip | |
Remove `vertical-align: middle` from `.input-group-addon` and `.input-group-btn` left over from V3
| -rw-r--r-- | scss/_input-group.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 40bc50a53..95b17be47 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -37,7 +37,6 @@ .input-group-addon, .input-group-btn { white-space: nowrap; - vertical-align: middle; // Match the inputs } |
