mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
uses app units in display_list (#33420)
Signed-off-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
52f89c95b9
commit
f76692035b
14 changed files with 133 additions and 141 deletions
|
@ -1160,8 +1160,7 @@ impl<'a> TableLayout<'a> {
|
|||
.unwrap_or_else(|| {
|
||||
cell.style
|
||||
.border_width(containing_block_for_table.style.writing_mode)
|
||||
})
|
||||
.into();
|
||||
});
|
||||
|
||||
let padding: LogicalSides<Au> = cell
|
||||
.style
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue