diff options
| author | Mark Otto <[email protected]> | 2018-01-02 21:14:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-01-02 21:14:02 -0800 |
| commit | 9474d06b1be5a729d1f7796b8b2f02a882c318ca (patch) | |
| tree | 6eaef3f1e4aa40d270d0778a29f1fff96f1d397c | |
| parent | 8462cc2a1997f24c8c20ede120277417931cb9be (diff) | |
| parent | 48c45992a80ff8ad517df3f3892fd90ce92bb9b0 (diff) | |
| download | bootstrap-9474d06b1be5a729d1f7796b8b2f02a882c318ca.tar.xz bootstrap-9474d06b1be5a729d1f7796b8b2f02a882c318ca.zip | |
Merge branch 'patch-8' of https://github.com/gijsbotje/bootstrap into gijsbotje-patch-8
| -rw-r--r-- | scss/_input-group.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index df950fb5c..134b62d4e 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -60,7 +60,6 @@ .input-group-prepend, .input-group-append { display: flex; - align-items: center; // Ensure buttons are always above inputs for more visually pleasing borders. // This isn't needed for `.input-group-text` since it shares the same border-color @@ -88,6 +87,8 @@ // to prepend or append to an input. .input-group-text { + display: flex; + align-items: center; padding: $input-padding-y $input-padding-x; margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom font-size: $font-size-base; // Match inputs |
