소스 검색

Clearblue Margin - comment

Add comment to explain changes to margin in case someone wants to revert in future
walster001 9 달 전
부모
커밋
2e1675969a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: 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 {