mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Auto merge of #18169 - upsuper:write-css-fix, r=nox
Add whitespace before line number in grid line This is a followup fix of #18159 where the space was incorrectly removed. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18169) <!-- Reviewable:end -->
This commit is contained in:
commit
d4e43d9d76
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ impl ToCss for GridLine {
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(i) = self.line_num {
|
if let Some(i) = self.line_num {
|
||||||
|
dest.write_str(" ")?;
|
||||||
i.value().to_css(dest)?;
|
i.value().to_css(dest)?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue