]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
property order 21032/head
authorMark Otto <markdotto@gmail.com>
Thu, 27 Oct 2016 20:46:16 +0000 (13:46 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 27 Oct 2016 20:46:16 +0000 (13:46 -0700)
scss/_input-group.scss

index 52f2c13c2213a8223fab59b9da6e32bdabbefa2b..7eef23a9dd0955dc48da21531cd07e7ed1f9512d 100644 (file)
@@ -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;
   }