From 43b8d8ed0a5779a3fdf66e40b2cca058c526a6d3 Mon Sep 17 00:00:00 2001 From: David Benque Date: Tue, 7 Jun 2022 12:37:39 +0100 Subject: [PATCH] Reduce margin for kanban cards --- www/kanban/app-kanban.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/kanban/app-kanban.less b/www/kanban/app-kanban.less index fd1e93458..0006b4ee9 100644 --- a/www/kanban/app-kanban.less +++ b/www/kanban/app-kanban.less @@ -220,7 +220,7 @@ cursor: move; cursor: grab; - margin-bottom: 10px; + margin-bottom: 5px; &:last-child { margin: 0; }