From 2429be7c72ad454b93d8a7f6f913e50ea917d5da Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 23 Jul 2021 11:09:23 +0200 Subject: [PATCH] Fix spacing for task detail view in lists with a background --- src/styles/theme/background.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme/background.scss b/src/styles/theme/background.scss index 945bcbcfb..5a4664a51 100644 --- a/src/styles/theme/background.scss +++ b/src/styles/theme/background.scss @@ -20,7 +20,7 @@ .task-view { border-radius: $radius; - margin-top: 1rem; + margin: 0 1rem; } .kanban .tasks {