mirror of https://github.com/docker/docs.git
Merge pull request #20951 from dvdksn/fix-codeblock-tbls
hugo: minimize width of lineno column for code blocks
This commit is contained in:
commit
a47a06418b
|
@ -51,6 +51,9 @@
|
|||
margin: 0;
|
||||
font-weight: 400;
|
||||
padding: 0 4px;
|
||||
&:first-child {
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* LineTableTD */
|
||||
|
|
Loading…
Reference in New Issue