diff options
Diffstat (limited to 'components/layout_2020/table')
-rw-r--r-- | components/layout_2020/table/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/table/layout.rs b/components/layout_2020/table/layout.rs index 35f26417bb1..29014ae171c 100644 --- a/components/layout_2020/table/layout.rs +++ b/components/layout_2020/table/layout.rs @@ -1161,7 +1161,7 @@ impl<'a> TableLayout<'a> { self.cell_measures[row_index][column_index] .block .content_sizes - .max_assign(layout.layout.content_block_size.into()); + .max_assign(layout.outer_block_size().into()); } } } |