diff options
Diffstat (limited to 'components/layout_2020/flexbox/construct.rs')
-rw-r--r-- | components/layout_2020/flexbox/construct.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/flexbox/construct.rs b/components/layout_2020/flexbox/construct.rs index cc2abc6630c..04f8f0746b4 100644 --- a/components/layout_2020/flexbox/construct.rs +++ b/components/layout_2020/flexbox/construct.rs @@ -165,6 +165,7 @@ where } => { let display_inside = match display { DisplayGeneratingBox::OutsideInside { inside, .. } => inside, + DisplayGeneratingBox::LayoutInternal(_) => display.display_inside(), }; let box_ = if info.style.get_box().position.is_absolutely_positioned() { // https://drafts.csswg.org/css-flexbox/#abspos-items |