mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Extend lists to bottom of frame in lists view
This commit is contained in:
parent
5b0f7f8aef
commit
c62a2ee11f
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -49,3 +49,6 @@
|
|||
.swimlane-header-menu
|
||||
position: absolute
|
||||
padding: 20px 20px
|
||||
|
||||
.list-group
|
||||
height: 100%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue