Skip to content

Commit

Permalink
fixes #1303
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Aug 10, 2017
1 parent bc348bc commit 7beeecb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/stylus/generic/_grid.styl
Expand Up @@ -60,11 +60,12 @@
&.wrap
flex-wrap: wrap

&.flex, &.child-flex > *
flex: 1
&.flex,
&.child-flex > *
flex: 1 1 auto

.flex
flex: 1 1
flex: 1 1 auto
padding-right: ($grid-gutters.md / 2)
padding-left: ($grid-gutters.md / 2)

Expand Down

0 comments on commit 7beeecb

Please sign in to comment.