Przeglądaj źródła

Extend lists to bottom of frame in lists view

Andrés Manelli 7 lat temu
rodzic
commit
c62a2ee11f

+ 1 - 1
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)

+ 3 - 0
client/components/swimlanes/swimlanes.styl

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