Pārlūkot izejas kodu

Move list header menu to top

- fix overflow bug if list name is too long
https://github.com/wekan/wekan/pull/4195#issuecomment-981878664
Martin Filser 3 gadi atpakaļ
vecāks
revīzija
daa5de7011
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      client/components/lists/list.styl

+ 2 - 2
client/components/lists/list.styl

@@ -86,9 +86,9 @@
 
 
   .list-header-menu
   .list-header-menu
     position: absolute
     position: absolute
-    padding: 27px 19px
+    padding: 0px 19px
     margin-top: 1px
     margin-top: 1px
-    top: -7px
+    top: 0px
     right: 3px
     right: 3px
 
 
   .list-header-plus-top
   .list-header-plus-top