mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Layout: use Au
in ContentSizes
(#31135)
* use app_units * resolve errors in table layout * fmt * add back current_line.min_content * update expectation * review fix
This commit is contained in:
parent
bd25c07b22
commit
45af1198aa
8 changed files with 60 additions and 50 deletions
|
@ -241,8 +241,8 @@ impl ReplacedContent {
|
|||
.inline
|
||||
.unwrap_or(Length::zero());
|
||||
ContentSizes {
|
||||
min_content: inline,
|
||||
max_content: inline,
|
||||
min_content: inline.into(),
|
||||
max_content: inline.into(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue