fix(style): Code sections overflowing

This commit is contained in:
saibotk 2024-02-21 20:33:29 +01:00
parent 77adc92a40
commit b72c0a3abe
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -11,5 +11,5 @@ html {
} }
.prose-custom :not(pre) code { .prose-custom :not(pre) code {
@apply before:hidden after:hidden bg-zinc-700 p-0.5 px-1 inline rounded-sm; @apply before:hidden after:hidden bg-zinc-800 p-0.5 px-1 inline break-words rounded-sm;
} }