mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 06:01:48 +01:00
Merge pull request #3056 from marc1006/header_height_fix
Fix list header height when cards count is shown
This commit is contained in:
commit
63f501c574
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