Browse Source

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).
walster001 9 months ago
parent
commit
a71973cc80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/boards/boardColors.css

+ 1 - 1
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 {