mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add support for percentages in column-gap.
This commit is contained in:
parent
044f19d914
commit
d588590ed2
2 changed files with 2 additions and 3 deletions
|
@ -32,7 +32,7 @@ ${helpers.predefined_type(
|
|||
|
||||
<%
|
||||
# FIXME(#20498): Servo should support percentages in column-gap.
|
||||
col_gap_type = "NonNegativeLengthOrPercentageOrNormal" if product == "gecko" else "NonNegativeLengthOrNormal"
|
||||
col_gap_type = "NonNegativeLengthOrPercentageOrNormal"
|
||||
%>
|
||||
${helpers.predefined_type(
|
||||
"column-gap",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue