]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Re-order CSS properties
authorVincent <Vinnl@users.noreply.github.com>
Fri, 4 Aug 2017 08:41:50 +0000 (10:41 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Aug 2017 08:41:50 +0000 (10:41 +0200)
As suggested by @IamManchanda: https://github.com/zurb/foundation-sites/pull/10456#discussion_r128928162

scss/forms/_input-group.scss

index 7a9338fbe6d40f91fe0c3171496ec0ece02c4f6d..e26618a879654e6e8b2e70d1b3dad0d13758bf33 100644 (file)
@@ -106,8 +106,8 @@ $input-prefix-padding: 1rem !default;
     text-align: center;
 
     @if $global-flexbox {
-      flex: 0 0 auto;
       display: flex;
+      flex: 0 0 auto;
     }
     @else {
       width: 1%;