From 569e29c1f2ca0adaa774ad7639f55111e8c661c8 Mon Sep 17 00:00:00 2001 From: jonayrodriguezmrf Date: Thu, 10 Oct 2024 14:53:07 +0200 Subject: [PATCH] fix: remove bottom border --- common/common.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/common.scss b/common/common.scss index e3008d4..55761d2 100644 --- a/common/common.scss +++ b/common/common.scss @@ -31,6 +31,9 @@ } .sidebar-sections { -webkit-antialiased: antialiased; + .sidebar-section-wrapper { + border-bottom: 0; + } .sidebar-wrapper & { padding: 30px; }