feat: temporary hack to allow line break in code

This commit is contained in:
Youwen Wu 2024-04-23 20:38:39 -07:00
parent 26cc2b7d8e
commit 79a24a0809
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -162,6 +162,6 @@
height: 1em; height: 1em;
} }
.hljs { .hljs {
@apply my-4 rounded-xl shadow-lg max-w-3xl xl:max-w-5xl overflow-x-auto; @apply my-4 rounded-xl shadow-lg overflow-x-auto text-wrap;
} }
} }