From 79a24a0809efa8b2d103b9d6b825dc65b2970e06 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 23 Apr 2024 20:38:39 -0700 Subject: [PATCH] feat: temporary hack to allow line break in code --- src/lib/styles/markdown.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/styles/markdown.pcss b/src/lib/styles/markdown.pcss index 3679f64..528291f 100644 --- a/src/lib/styles/markdown.pcss +++ b/src/lib/styles/markdown.pcss @@ -162,6 +162,6 @@ height: 1em; } .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; } }