浏览代码

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 月之前
父节点
当前提交
a71973cc80
共有 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: 0px;
+  margin-left: 10px;
   border-left: none;
 }
 .board-color-clearblue .swimlane .list:nth-child {