mirror of
https://github.com/wekan/wekan.git
synced 2025-12-15 15:00:12 +01:00
Fix list header height when cards count is shown
This commit is contained in:
parent
1696bd688e
commit
9b9e3c9e0c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue