From d85365378f83214317a72a29e03f31c2ee843797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 13 Oct 2020 13:05:30 +0200 Subject: [PATCH] Fix spacing in AppContent 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/board/Board.vue b/src/components/board/Board.vue index 4a7d62691..eaed07710 100644 --- a/src/components/board/Board.vue +++ b/src/components/board/Board.vue @@ -181,7 +181,7 @@ export default { } .board { - margin-left: $board-spacing; + padding-left: $board-spacing; position: relative; height: calc(100% - 44px); overflow-x: scroll;