Explorar o código

Revert first list width change.

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

Thanks to xet7 !
Lauri Ojansivu %!s(int64=2) %!d(string=hai) anos
pai
achega
b637a8e8ea
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 }