Fix single-line scroll bug

This commit is contained in:
Danila Fedorin 2020-08-11 17:43:59 -07:00
parent 7623787b1c
commit 3e9f6a14f2
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ div.highlight table {
code { code {
border: none; border: none;
} }
span {
margin: 0 !important;
}
} }
.container { .container {