You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use verticalMargin when calculating min height in rows
Testing:
1. run two.html and check that yellow grid has height of 300px
2. modify two.html to have
#grid1 {
background: lightgoldenrodyellow;
min-height: 300px;
}
3. rerun and notice grid1 now has 380px actual height (passed last item) !
4. adding removing items will shrink grow, but not to the correct min 300px size.
0 commit comments