mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Fix single line fenced code blocks on Firefox
This commit is contained in:
parent
56232fda33
commit
9f46c35bc0
@ -145,6 +145,10 @@ code {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.chroma .lnt {
|
||||
display: block;
|
||||
} /* fixes line numbers on firefox when there's only one line */
|
||||
|
||||
|
||||
|
||||
/* Icons */
|
||||
|
Loading…
Reference in New Issue
Block a user