浏览代码

Bugfix, in View "Lists" the first column only showed the first 10 minicards, now all minicards again

Martin Filser 2 年之前
父节点
当前提交
28893cf637
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      client/components/lists/list.css

+ 3 - 1
client/components/lists/list.css

@@ -15,8 +15,10 @@
   /*resize: both;  - List width and height resizeable */
   /* overflow: auto; - List width and height resizeable */
 }
-.list:first-child {
+[id^="swimlane-"] .list:first-child {
   min-width: 20px;
+}
+.list:first-child {
   margin-left: 5px;
   border-left: none;
 }