mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 23:15:38 +00:00
Bug 1227099 - [css-grid] Grid container block-size should include a grid-row-gap between each row. r=dholbert
This commit is contained in:
parent
08c8793dcd
commit
07bd900b59
@ -2984,6 +2984,7 @@ nsGridContainerFrame::Reflow(nsPresContext* aPresContext,
|
||||
for (uint32_t i = 0; i < mGridRowEnd; ++i) {
|
||||
bSize += gridReflowState.mRows.mSizes[i].mBase;
|
||||
}
|
||||
bSize += gridReflowState.mRows.SumOfGridGaps();
|
||||
} else {
|
||||
bSize = computedBSize;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user