From c03e4144d78ddfd016f991070496511097378882 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Mon, 31 Jul 2023 21:47:39 -0600 Subject: [PATCH] Whitespace fix for inline code blocks on Blink --- styles/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/layout.css b/styles/layout.css index 9ad7e99..d43f708 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -87,6 +87,7 @@ body { padding: 2px 4px; position: relative; font-style: italic; + white-space: pre; } #container main p > code::before {