Fix single-line scroll bug

This commit is contained in:
2020-08-11 17:43:59 -07:00
parent 7623787b1c
commit 3e9f6a14f2

View File

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