From e5193870fc8a889fb73860e1164fa460f198a7c6 Mon Sep 17 00:00:00 2001 From: "DPLV\\dpoz" Date: Mon, 8 Jan 2018 08:35:30 +0800 Subject: [PATCH] working fix for wekan/wekan#476 in lists working fix for wekan/wekan#476 in lists --- client/components/lists/list.styl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index d58001409..21d267ca8 100644 --- a/client/components/lists/list.styl +++ b/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