From c394d8935dbd7179244c286f7c1c726581c058ab Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Tue, 22 Apr 2025 08:01:11 -0700 Subject: [PATCH] fix: Moved inline code to be on new line if needed --- assets/css/v2/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 09f1f5a..c7c06d7 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -1339,6 +1339,8 @@ code:not(pre code) { padding: 0 0.25rem; background-color: #f9f9f9; font-size: 0.875rem; + display: inline-block; + white-space: pre-wrap; } .highlight {