浏览代码

working fix for wekan/wekan#476 in lists

working fix for wekan/wekan#476 in lists
DPLV\dpoz 7 年之前
父节点
当前提交
e5193870fc
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      client/components/lists/list.styl

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

@@ -88,12 +88,14 @@
 
 .list-body
   flex: 1
+  flex-direction: column
   display: flex
   overflow-y: auto
   padding: 5px 11px
 
   .minicards
-    flex: 1
+    flex-grow: 1
+    flex-shrink: 0
 
     form
       margin-bottom: 9px