From: Mark Otto Date: Thu, 27 Oct 2016 20:46:16 +0000 (-0700) Subject: property order X-Git-Tag: v4.0.0-alpha.6~480^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21032%2Fhead;p=thirdparty%2Fbootstrap.git property order --- diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 52f2c13c22..7eef23a9dd 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; }