diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-03-16 22:37:08 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-03-16 22:37:08 -0300 |
commit | c62a2ee11febf7f98456c97dc3973509b4bfe119 (patch) | |
tree | f17bea1690c0e57e898cbd5eedd0cd61071dfd4e | |
parent | 5b0f7f8aef115b202aaff6bc25bb514426dc2009 (diff) | |
download | wekan-c62a2ee11febf7f98456c97dc3973509b4bfe119.tar.gz wekan-c62a2ee11febf7f98456c97dc3973509b4bfe119.tar.bz2 wekan-c62a2ee11febf7f98456c97dc3973509b4bfe119.zip |
Extend lists to bottom of frame in lists view
-rw-r--r-- | client/components/swimlanes/swimlanes.jade | 2 | ||||
-rw-r--r-- | client/components/swimlanes/swimlanes.styl | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/client/components/swimlanes/swimlanes.jade b/client/components/swimlanes/swimlanes.jade index 0c3fc5de..76f54c66 100644 --- a/client/components/swimlanes/swimlanes.jade +++ b/client/components/swimlanes/swimlanes.jade @@ -18,7 +18,7 @@ template(name="swimlane") +addListAndSwimlaneForm template(name="listsGroup") - .swimlane.js-lists + .swimlane.list-group.js-lists if isMiniScreen if currentList +list(currentList) diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl index 29054d32..555bcd3b 100644 --- a/client/components/swimlanes/swimlanes.styl +++ b/client/components/swimlanes/swimlanes.styl @@ -49,3 +49,6 @@ .swimlane-header-menu position: absolute padding: 20px 20px + +.list-group + height: 100% |