From 78c9757236e5c4fc4b2e7fe35f92156b6ae7e649 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 27 Oct 2016 13:46:16 -0700 Subject: [PATCH] property order --- scss/_input-group.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }