From a2cb6f375a39903e02eb99e63be231fbd2c1ddb3 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 10 Jul 2020 19:06:48 +0200 Subject: [PATCH] fix padding upon Nads request --- res/css/structures/_LeftPanel2.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/structures/_LeftPanel2.scss b/res/css/structures/_LeftPanel2.scss index 1c650c42c4..2724be4e3d 100644 --- a/res/css/structures/_LeftPanel2.scss +++ b/res/css/structures/_LeftPanel2.scss @@ -58,7 +58,7 @@ $tagPanelWidth: 56px; // only applies in this file, used for calculations /* 12px top, 12px sides, 20px bottom (using 13px bottom to account * for internal whitespace in the breadcrumbs) */ - padding: 12px 12px 13px; + padding: 12px; flex-shrink: 0; // to convince safari's layout engine the flexbox is fine // Create another flexbox column for the rows to stack within