mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
layout: use Au
in BoxFragment
(#31794)
* use au in BoxFragement * review fix
This commit is contained in:
parent
0b863de846
commit
95e69fe4ff
13 changed files with 98 additions and 100 deletions
|
@ -378,9 +378,9 @@ impl InlineBoxLineItem {
|
|||
self.style.clone(),
|
||||
fragments,
|
||||
content_rect,
|
||||
padding.into(),
|
||||
border.into(),
|
||||
margin.into(),
|
||||
padding,
|
||||
border,
|
||||
margin,
|
||||
None, /* clearance */
|
||||
CollapsedBlockMargins::zero(),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue