mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add whitespace before line number in grid line
This commit is contained in:
parent
6a1b0d0526
commit
afc9323b7c
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ impl ToCss for GridLine {
|
|||
}
|
||||
|
||||
if let Some(i) = self.line_num {
|
||||
dest.write_str(" ")?;
|
||||
i.value().to_css(dest)?;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue