mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Move list header menu to top
- fix overflow bug if list name is too long https://github.com/wekan/wekan/pull/4195#issuecomment-981878664
This commit is contained in:
parent
2827c0e3ed
commit
daa5de7011
1 changed files with 2 additions and 2 deletions
|
@ -86,9 +86,9 @@
|
|||
|
||||
.list-header-menu
|
||||
position: absolute
|
||||
padding: 27px 19px
|
||||
padding: 0px 19px
|
||||
margin-top: 1px
|
||||
top: -7px
|
||||
top: 0px
|
||||
right: 3px
|
||||
|
||||
.list-header-plus-top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue