From 23191dcfc34bb418042ff68a87d4ad6afd085684 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 27 Jul 2025 08:54:57 -0700 Subject: [PATCH] Revert change --- src-web/components/Prose.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/Prose.css b/src-web/components/Prose.css index d84877d7..587c0895 100644 --- a/src-web/components/Prose.css +++ b/src-web/components/Prose.css @@ -116,7 +116,7 @@ pre { @apply bg-surface-highlight text-text !important; - @apply pl-4 py-3 rounded-md; + @apply px-4 py-3 rounded-md; @apply overflow-auto whitespace-pre; @apply text-editor font-mono;