From 14770ed208aace6dfe67c3cefafbda198bc2f100 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 24 Aug 2022 15:45:46 -0400 Subject: [PATCH] remove margin from sidebar sections (#18082) --- app/assets/stylesheets/common/base/sidebar-section.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/sidebar-section.scss b/app/assets/stylesheets/common/base/sidebar-section.scss index 6b787f0c000..7b6af6d3ea4 100644 --- a/app/assets/stylesheets/common/base/sidebar-section.scss +++ b/app/assets/stylesheets/common/base/sidebar-section.scss @@ -1,6 +1,4 @@ .sidebar-section-wrapper { - margin-bottom: 0.5em; - .sidebar-section-header-wrapper { display: flex; align-items: stretch;