From 0fd760df8122246e7aa45577c057bf52db82fe05 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Fri, 9 Jul 2021 18:32:51 +0530 Subject: [PATCH] fix: pre tag overflow --- community/public/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }