소스 검색

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 */
   /*resize: both;  - List width and height resizeable */
   /* overflow: auto; - List width and height resizeable */
   /* overflow: auto; - List width and height resizeable */
 }
 }
-.list:first-child {
+[id^="swimlane-"] .list:first-child {
   min-width: 20px;
   min-width: 20px;
+}
+.list:first-child {
   margin-left: 5px;
   margin-left: 5px;
   border-left: none;
   border-left: none;
 }
 }