소스 검색

Revert first list width change.

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

Thanks to xet7 !
Lauri Ojansivu 2 년 전
부모
커밋
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 */
 }
 .list:first-child {
+  min-width: 20px;
   margin-left: 5px;
   border-left: none;
 }