From 430a2b2fdcb8f0f3c4ebf5bd7ea03811686d5b68 Mon Sep 17 00:00:00 2001 From: userdocs <16525024+userdocs@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:30:49 +0100 Subject: [PATCH] Update custom.css --- docs/src/styles/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index 198cbe9e..ff3588e8 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -615,9 +615,9 @@ a[tabindex="-1"] { border-inline-start: 0px solid var(--sl-details-border-color); padding-inline-start: 0.6rem; - padding-left: 0px !important; + padding-left: 0 !important; } .sl-markdown-content details[open]>summary:not(:where(.not-content *)) { - margin-bottom: 0px; + margin-bottom: 0; } \ No newline at end of file