Fix single line fenced code blocks on Firefox

This commit is contained in:
BBaoVanC 2021-10-17 15:45:45 -05:00
parent 56232fda33
commit 9f46c35bc0
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,10 @@ code {
border-radius: 5px;
}
.chroma .lnt {
display: block;
} /* fixes line numbers on firefox when there's only one line */
/* Icons */