mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Align border-spacing with other engines.
This commit is contained in:
parent
8205a0de90
commit
35496c8ae1
2 changed files with 21 additions and 14 deletions
|
@ -496,8 +496,8 @@ impl LayoutElementHelpers for LayoutJS<Element> {
|
|||
shared_lock,
|
||||
PropertyDeclaration::BorderSpacing(
|
||||
Box::new(border_spacing::SpecifiedValue {
|
||||
horizontal: width_value.clone(),
|
||||
vertical: width_value,
|
||||
horizontal: width_value,
|
||||
vertical: None,
|
||||
}))));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue