mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
layout: Make table cells' minimum inline sizes override explicitly
specified widths if the latter are too small. Improves ebay.com.
This commit is contained in:
parent
50e1c967e4
commit
9d41841964
12 changed files with 47 additions and 56 deletions
|
@ -106,7 +106,7 @@ impl Flow for TableCellFlow {
|
|||
let _scope = layout_debug_scope!("table_cell::bubble_inline_sizes {:x}",
|
||||
self.block_flow.base.debug_id());
|
||||
|
||||
self.block_flow.bubble_inline_sizes();
|
||||
self.block_flow.bubble_inline_sizes_for_block(true);
|
||||
let specified_inline_size = MaybeAuto::from_style(self.block_flow
|
||||
.fragment
|
||||
.style()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue