mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move CSS line-height property from InheritedBox to InheritedText
This commit is contained in:
parent
bbc5c51be8
commit
d8222dd63d
4 changed files with 8 additions and 8 deletions
|
@ -202,7 +202,7 @@ pub fn compute_damage(old: Option<&Arc<ServoComputedValues>>, new: &ServoCompute
|
|||
get_padding.padding_top, get_padding.padding_right,
|
||||
get_padding.padding_bottom, get_padding.padding_left,
|
||||
get_box.width, get_box.height,
|
||||
get_inheritedbox.line_height,
|
||||
get_inheritedtext.line_height,
|
||||
get_inheritedtext.text_align, get_inheritedtext.text_indent,
|
||||
get_table.table_layout,
|
||||
get_inheritedtable.border_collapse,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue