fix: codeblock responsive push right panel (#3967)

This commit is contained in:
Faisal Amir 2024-11-07 13:11:55 +07:00 committed by GitHub
parent 14d486f299
commit b519c0814f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ pre > code {
display: block;
text-indent: 0;
white-space: pre;
max-width: 40vw;
max-width: 10vw;
}
.hljs-emphasis {