From 4db26bed6b4fd203818ef75257a1d1cc8cce3fcf Mon Sep 17 00:00:00 2001 From: Michael Hutchison Date: Tue, 30 Mar 2021 20:45:08 +1100 Subject: [PATCH] #491 Standardise the cross-platform rendering of Markdown inline code blocks, to ensure they don't affect the height of each commit. --- web/styles/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles/main.css b/web/styles/main.css index 2da61699..2ef10396 100644 --- a/web/styles/main.css +++ b/web/styles/main.css @@ -39,6 +39,10 @@ body.selection-background-color-exists ::selection{ background-color: var(--vscode-selection-background); } +code{ + line-height:1; +} + /* Content */