diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-01-19 16:00:02 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-01-19 16:00:02 -0300 |
commit | ee2a43dd5b4b5296f61f68b46fd85521224f571d (patch) | |
tree | 124f6eedc070ba926b8dc3f47985bb6951be3d92 /client/components/lists/list.styl | |
parent | 690a5b970319ceabc0be965152187d7098022621 (diff) | |
download | wekan-ee2a43dd5b4b5296f61f68b46fd85521224f571d.tar.gz wekan-ee2a43dd5b4b5296f61f68b46fd85521224f571d.tar.bz2 wekan-ee2a43dd5b4b5296f61f68b46fd85521224f571d.zip |
Add siwmlane button. Allow card drop between swimlanes
Diffstat (limited to 'client/components/lists/list.styl')
-rw-r--r-- | client/components/lists/list.styl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 21d267ca..c3753360 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -9,7 +9,6 @@ // Even if this background color is the same as the body we can't leave it // transparent, because that won't work during a list drag. background: darken(white, 13%) - height: 100% border-left: 1px solid darken(white, 20%) padding: 0 float: left |