diff --git a/components/layout_2020/taffy/layout.rs b/components/layout_2020/taffy/layout.rs index 8dd5421a3c7..44c66035ee7 100644 --- a/components/layout_2020/taffy/layout.rs +++ b/components/layout_2020/taffy/layout.rs @@ -596,9 +596,7 @@ impl TaffyContainer { IndependentLayout { fragments, content_block_size: Au::from_f32_px(output.size.height) - pbm.padding_border_sums.block, - content_inline_size_for_table: Some( - Au::from_f32_px(output.size.width) - pbm.padding_border_sums.inline, - ), + content_inline_size_for_table: None, baselines: Baselines::default(), // TODO: determine this accurately