From 7c6f32428a1a91934397dcb15973a19640d4813a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 20 Feb 2020 16:01:42 +0100 Subject: [PATCH] Remove space from sides of the stack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/board/Board.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/board/Board.vue b/src/components/board/Board.vue index 71499f427..5b43205a0 100644 --- a/src/components/board/Board.vue +++ b/src/components/board/Board.vue @@ -162,8 +162,7 @@ export default { flex-grow: 1; display: flex; flex-direction: column; - padding: 3px; - padding-top: 0; + padding: 0; /** * Use this to scroll each stack individually * This currenly has the issue that the popover menu will be cut off