summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMarc Hartmayer <hello@hartmayer.com>2020-04-27 14:14:56 +0200
committerMarc Hartmayer <hello@hartmayer.com>2020-04-27 14:22:26 +0200
commit9b9e3c9e0c2533495bfa2eba13d8580be5e48624 (patch)
tree1f3303ab70341a9c9f7959d49191e1f6631cb47c /client
parent1696bd688ecd58196817b170746caae321a7c773 (diff)
downloadwekan-9b9e3c9e0c2533495bfa2eba13d8580be5e48624.tar.gz
wekan-9b9e3c9e0c2533495bfa2eba13d8580be5e48624.tar.bz2
wekan-9b9e3c9e0c2533495bfa2eba13d8580be5e48624.zip
Fix list header height when cards count is shown
Diffstat (limited to 'client')
-rw-r--r--client/components/lists/list.styl6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl
index 27cf678c..bc7f763f 100644
--- a/client/components/lists/list.styl
+++ b/client/components/lists/list.styl
@@ -43,9 +43,6 @@
background: white
margin: -3px 0 8px
-.list-header-card-count
- height: 35px
-
.list-header-add
flex: 0 0 auto
padding: 20px 12px 4px
@@ -60,6 +57,9 @@
background-color: #e4e4e4;
border-bottom: 6px solid #e4e4e4;
+ &.list-header-card-count
+ min-height: 35px
+ height: auto
&.ui-sortable-handle
cursor: grab