From 70fa303509615af484baf91f5b2027a9ac18b669 Mon Sep 17 00:00:00 2001 From: Henry Heino Date: Mon, 2 Oct 2023 11:54:38 -0700 Subject: [PATCH] Remove extra space between the documentation footer and the bottom of the page --- src/runtime/components/plugin-documentation-link.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runtime/components/plugin-documentation-link.scss b/src/runtime/components/plugin-documentation-link.scss index 8a9b94a..3c9da61 100644 --- a/src/runtime/components/plugin-documentation-link.scss +++ b/src/runtime/components/plugin-documentation-link.scss @@ -19,6 +19,8 @@ body > .plugin-documentation-section { margin-right: 0; margin-left: 0; + margin-bottom: 0; + margin-top: 10px; border-radius: 0; }