fix code overflow without highlightjs

This commit is contained in:
Pyvain 2020-09-20 00:54:21 +02:00
parent 082d960e13
commit 0097e7bf9c

View File

@ -211,6 +211,7 @@
color: rgba(255, 255, 255, 0.8); color: rgba(255, 255, 255, 0.8);
background: transparent; background: transparent;
border-radius: 0; border-radius: 0;
overflow-x: auto;
} }
.post-content blockquote { .post-content blockquote {