From 2e1675969a7450be521e35cc81101a10daeba247 Mon Sep 17 00:00:00 2001 From: walster001 Date: Wed, 4 Sep 2024 14:10:31 +0930 Subject: [PATCH] Clearblue Margin - comment Add comment to explain changes to margin in case someone wants to revert in future --- 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 3eb29415e..7d0e29d5d 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: 10px; + margin-left: 10px; /* Added 10px margin left to stop lists being butted up against the edge of the screen */ border-left: none; } .board-color-clearblue .swimlane .list:nth-child {