mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01: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
|
+addListAndSwimlaneForm
|
||||||
|
|
||||||
template(name="listsGroup")
|
template(name="listsGroup")
|
||||||
.swimlane.js-lists
|
.swimlane.list-group.js-lists
|
||||||
if isMiniScreen
|
if isMiniScreen
|
||||||
if currentList
|
if currentList
|
||||||
+list(currentList)
|
+list(currentList)
|
||||||
|
|
|
||||||
|
|
@ -49,3 +49,6 @@
|
||||||
.swimlane-header-menu
|
.swimlane-header-menu
|
||||||
position: absolute
|
position: absolute
|
||||||
padding: 20px 20px
|
padding: 20px 20px
|
||||||
|
|
||||||
|
.list-group
|
||||||
|
height: 100%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue