mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
layout: script: Fix build.
This commit is contained in:
parent
750c223021
commit
895946bb18
23 changed files with 141 additions and 98 deletions
|
@ -561,7 +561,7 @@ impl FlexFlow {
|
|||
.explicit_block_size(parent_container_size)
|
||||
.map(|x| max(x - box_border, Au(0)));
|
||||
let containing_block_text_align =
|
||||
self.block_flow.fragment.style().get_inheritedtext().text_align;
|
||||
self.block_flow.fragment.style().get_inherited_text().text_align;
|
||||
|
||||
while let Some(mut line) = self.get_flex_line(inline_size) {
|
||||
let items = &mut self.items[line.range.clone()];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue