From a71973cc80f4005dc3c2804fc0c828626ae664e7 Mon Sep 17 00:00:00 2001 From: walster001 Date: Wed, 4 Sep 2024 14:09:28 +0930 Subject: [PATCH] Clearblue Margin Fix Fix ClearBlue lists being butted up against the left hand side of the screen when viewed from a non-editor account (IE comment only). --- client/components/boards/boardColors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/boards/boardColors.css b/client/components/boards/boardColors.css index 1ac4f3a1c..3eb29415e 100644 --- a/client/components/boards/boardColors.css +++ b/client/components/boards/boardColors.css @@ -1417,7 +1417,7 @@ THEME - Clear Blue } .board-color-clearblue .swimlane .list:first-child { min-width: 20px; - margin-left: 0px; + margin-left: 10px; border-left: none; } .board-color-clearblue .swimlane .list:nth-child {