diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-03-01 12:54:28 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-03-01 12:54:28 +0200 |
commit | b6d3e79548d1e88c93fa2965a936595176a95565 (patch) | |
tree | 8da4d5ecf1970deaaeede9aa43111a68a6d4554b /client/components/lists/list.styl | |
parent | a23d93391b5488c2e9f927992a27d7a884afcf4a (diff) | |
download | wekan-b6d3e79548d1e88c93fa2965a936595176a95565.tar.gz wekan-b6d3e79548d1e88c93fa2965a936595176a95565.tar.bz2 wekan-b6d3e79548d1e88c93fa2965a936595176a95565.zip |
Remove list max-height 350px. Thanks to xet7 !
Closes #1512, closes wekan/wekan-snap#35
Diffstat (limited to 'client/components/lists/list.styl')
-rw-r--r-- | client/components/lists/list.styl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 589958f0..c3753360 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -91,7 +91,6 @@ display: flex overflow-y: auto padding: 5px 11px - max-height: 350px; .minicards flex-grow: 1 |