Revert first list width change.

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

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-07-08 01:30:55 +03:00
parent 999323526c
commit b637a8e8ea

View file

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