From a953e439e54751d7cf2c56972f3667d1dab4f6ad Mon Sep 17 00:00:00 2001 From: Danielle De Leo Date: Fri, 28 Mar 2025 09:42:09 -0400 Subject: [PATCH] fix: Add a little extra codeblock lineheight Closes #405 --- 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 1a5c1001..66cc35d6 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -1106,6 +1106,7 @@ li .code-block { border-bottom: 1px solid #cccccc; overflow-x: scroll; scrollbar-width: none; + line-height: 1.3rem; } .highlight-v2.single-line { @@ -1113,6 +1114,7 @@ li .code-block { align-items: center; border: 1px solid #cccccc; overflow-x: scroll; + line-height: 1; } .code-header {