Merge pull request #464 from janhq/bug/fix-overflow-chat-box

bug: fix overflow scroll horizontal message
This commit is contained in:
Faisal Amir 2023-10-26 15:13:18 +07:00 committed by GitHub
commit ca09aec249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {