瀏覽代碼

Revert first list width change.

Related https://github.com/wekan/wekan/pull/4993

Thanks to xet7 !
Lauri Ojansivu 1 年之前
父節點
當前提交
b637a8e8ea
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/lists/list.css

+ 1 - 0
client/components/lists/list.css

@@ -16,6 +16,7 @@
   /* overflow: auto; - List width and height resizeable */
   /* overflow: auto; - List width and height resizeable */
 }
 }
 .list:first-child {
 .list:first-child {
+  min-width: 20px;
   margin-left: 5px;
   margin-left: 5px;
   border-left: none;
   border-left: none;
 }
 }