Merge pull request #20951 from dvdksn/fix-codeblock-tbls

hugo: minimize width of lineno column for code blocks
This commit is contained in:
David Karlsson 2024-09-24 20:32:41 +02:00 committed by GitHub
commit a47a06418b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 */