浏览代码

Fix first list being narrower than others

Vid Smole 2 年之前
父节点
当前提交
492306453c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      client/components/lists/list.css

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

@@ -16,7 +16,6 @@
   /* 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;
 }
 }