hugo: minimize width of lineno column for code blocks

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-09-20 11:32:42 +02:00
parent ed240596e9
commit cc9890f036
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@
margin: 0;
font-weight: 400;
padding: 0 4px;
&:first-child {
width: 0;
}
}
/* LineTableTD */