Extend lists to bottom of frame in lists view

This commit is contained in:
Andrés Manelli 2018-03-16 22:37:08 -03:00
parent 5b0f7f8aef
commit c62a2ee11f
2 changed files with 4 additions and 1 deletions

View file

@ -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)

View file

@ -49,3 +49,6 @@
.swimlane-header-menu
position: absolute
padding: 20px 20px
.list-group
height: 100%