From 27fac4029c31feb765be26245ce7c43345393c0f Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 20 Mar 2018 14:46:15 +0000 Subject: [PATCH] Make margins consistent with col margins --- services/web/public/stylesheets/app/sidebar-v2-dash-pane.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/public/stylesheets/app/sidebar-v2-dash-pane.less b/services/web/public/stylesheets/app/sidebar-v2-dash-pane.less index 8f2c6ccbe0..6000b08d02 100644 --- a/services/web/public/stylesheets/app/sidebar-v2-dash-pane.less +++ b/services/web/public/stylesheets/app/sidebar-v2-dash-pane.less @@ -8,8 +8,8 @@ .project-list-sidebar { flex-grow: 1; height: 100%; - padding-left: @line-height-computed / 2; - padding-right: @line-height-computed / 2; + padding-left: 15px; + padding-right: 15px; } .project-list-sidebar-v2-pane {