Merge pull request #80 from koenwoortman/master
Fix horizontal flow on highlighted code blocks
This commit is contained in:
commit
8e259343f0
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ img {
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
background: var(--hljs-bg) !important;
|
background: var(--hljs-bg) !important;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
.post-content ul pre {
|
.post-content ul pre {
|
||||||
margin-left: calc(var(--gap) * -2);
|
margin-left: calc(var(--gap) * -2);
|
||||||
|
|
Loading…
Reference in a new issue