Fix overflow horizontal message

This commit is contained in:
Faisal Amir 2023-10-26 15:06:18 +07:00
parent f479d4275f
commit 79aa819c5e

View File

@ -54,14 +54,14 @@
.hljs {
display: block;
// overflow-x: auto;
overflow-x: auto;
background: #2b2b2b;
color: #f8f8f2;
padding: 0.5em;
border-radius: 0.4rem;
margin-top: 1rem;
margin-bottom: 1rem;
// white-space: pre-wrap;
white-space: pre-wrap;
}
.hljs-emphasis {