Skip to content

Commit

Permalink
Merge pull request foundation#9730 from IllusionPerdu/patch-1
Browse files Browse the repository at this point in the history
Fix for foundation#9729 : Flexgrid not resetting nested row using 'expanded' class
  • Loading branch information
kball authored Jan 31, 2017
2 parents f47578a + 7ca7a72 commit 8e92ba8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scss/grid/_flex-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,12 @@

// Expanded row
&.expanded {
@include grid-row-size(expand);
@include grid-row-size(expand);

.row {
margin-right: auto;
margin-left: auto;
}
}

&:not(.expanded) .row {
Expand Down

0 comments on commit 8e92ba8

Please sign in to comment.