fix(css): text wrap in code blocks

This commit is contained in:
Mateus Abelli
2023-08-05 16:38:27 -03:00
committed by Sat Naing
parent b571816dcd
commit 0c92492959
+5
View File
@@ -114,6 +114,11 @@
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
@apply bg-skin-card-muted; @apply bg-skin-card-muted;
} }
code {
white-space: pre;
overflow: scroll;
}
} }
@layer components { @layer components {