This commit is contained in:
Naveen Gattu 2021-11-30 18:13:39 -08:00
parent 00a7c172e2
commit 0e3b52af27

View file

@ -154,7 +154,8 @@ impl BlockContainer {
box_.borrow_mut()
.inline_content_sizes(layout_context, writing_mode)
})
.reduce(ContentSizes::max).unwrap_or_else(ContentSizes::zero),
.reduce(ContentSizes::max)
.unwrap_or_else(ContentSizes::zero),
Self::InlineFormattingContext(context) => {
context.inline_content_sizes(layout_context, writing_mode)
},