diff --git a/scss/_input-group.scss b/scss/_input-group.scss index df950fb5cb..134b62d4e6 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