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:
Martin Filser 2021-11-29 20:15:51 +01:00
parent 2827c0e3ed
commit daa5de7011

View file

@ -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