]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Contain nested rows to grid 8889/head
authorGeorge Spake <gpspake@gmail.com>
Fri, 3 Jun 2016 14:36:41 +0000 (09:36 -0500)
committerGeorge Spake <gpspake@gmail.com>
Fri, 3 Jun 2016 14:36:41 +0000 (09:36 -0500)
commit798ab558a1f0872a710b6dee744a3704aa9fa9ba
tree1117f8d80dac863a8625de4692f21b842f41d29d
parentc9562f55d108dc4a135cbfcdd59ccb7afb8aa4f7
Contain nested rows to grid

If a row is nested inside of an expanded row, it should be contained to the grid unless the expanded class is explicitly added to the nested row.
If a nested row needs to be full width, the `expanded` class can be applied to that row; however, if nested row max-width is set to none, there's no way to contain a row to the grid inside of an expanded row.

This fixes #8886
scss/grid/_row.scss