mirror of https://github.com/docker/docs.git
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:
parent
ed240596e9
commit
cc9890f036
|
@ -51,6 +51,9 @@
|
|||
margin: 0;
|
||||
font-weight: 400;
|
||||
padding: 0 4px;
|
||||
&:first-child {
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* LineTableTD */
|
||||
|
|
Loading…
Reference in New Issue