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