diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 52f2c13c2213..7eef23a9dd09 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -44,8 +44,8 @@ @if $enable-flex { // Vertically centers the content of the addons within the input group display: flex; - justify-content: center; flex-direction: column; + justify-content: center; } @else { display: table-cell; }