瀏覽代碼

Fix label width oversize bug

Happens at Firefox zoom level 90%, probably on Windows...

Fixes: https://github.com/wekan/wekan/pull/4073#issuecomment-971563178
Martin Filser 3 年之前
父節點
當前提交
f9c179e9df
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/cards/labels.styl

+ 1 - 0
client/components/cards/labels.styl

@@ -146,6 +146,7 @@
     height: 25px
     height: 25px
     margin: 0px 3% 7px 0px
     margin: 0px 3% 7px 0px
     width: 10.5%
     width: 10.5%
+    max-width: 10.5%
     cursor: pointer
     cursor: pointer
 
 
 .edit-labels
 .edit-labels