From a580711267687ab29502844dfb178b5e3d98b395 Mon Sep 17 00:00:00 2001 From: Liam Collod <64362465+MrLixm@users.noreply.github.com> Date: Sun, 19 Nov 2023 20:43:27 +0100 Subject: [PATCH] fix(common.scss): inline code formatting applied to code blocks make the css selector more explicit --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index f72c850..4b513b2 100644 --- a/common/common.scss +++ b/common/common.scss @@ -30,7 +30,7 @@ } // improve rendering of "inline code" markup -p > code, li > code, pre { +p > code, li > code, pre:not(.codeblock-buttons) { margin: 0px 2px 0px 2px; padding: 0px 5px 0px 5px; background: var(--primary-very-low);