From 86a39e0433c1d62d82aa9927af814a53777c61c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Wed, 31 May 2023 17:53:04 +0200 Subject: [PATCH] Remove padding from multiline code blocks --- bookmarks/styles/bookmarks.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/bookmarks/styles/bookmarks.scss b/bookmarks/styles/bookmarks.scss index 1911324..91c7731 100644 --- a/bookmarks/styles/bookmarks.scss +++ b/bookmarks/styles/bookmarks.scss @@ -256,6 +256,7 @@ ul.bookmark-list .notes-content { pre code { background: none; box-shadow: none; + padding: 0; } > pre:first-child:last-child {