diff --git a/community/public/css/style.css b/community/public/css/style.css index aed87f30..600d51aa 100644 --- a/community/public/css/style.css +++ b/community/public/css/style.css @@ -1155,6 +1155,7 @@ div.custom-checkbox>label>input:checked+img { text-align: center; } -.hljs { - white-space: pre-wrap; +pre { + width: 100%; + overflow-x: auto; }