fix: break-words on prose

This commit is contained in:
enscribe 2024-09-15 13:23:03 -07:00
parent 05daa7025e
commit 5e616ac2e0
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
3 changed files with 7 additions and 7 deletions

View file

@ -67,7 +67,7 @@
@layer components {
article {
@apply prose-headings:scroll-mt-20;
@apply prose-headings:scroll-mt-20 prose-headings:break-words prose-p:break-words;
.katex-display {
@apply overflow-x-auto overflow-y-hidden py-4;