-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Setting row equal height should NOT filter down and affect second/third level container rows.
It should only affect the row and all child column elements of the row with the .row-eq-height class.
MY situation:
I have a .container with a single row and two columns. In the second column I have a new container with a row and another two columns.
[wrapper div class=.container]
ROW EQUAL HEIGHT CLASS | col-4 | col-8 Has inner layout |
[/ container div]
** Inner layout is **
[wrapper div class=.container]
ROW |col-4| col-7|col-1|
[/ container div]
NO equal height class has been added to the inner row divs, yet the height of each row is affected.
Metadata
Metadata
Assignees
Labels
No labels