Преглед изворни кода

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 година
родитељ
комит
daa5de7011
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      client/components/lists/list.styl

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

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