From b637a8e8ea754daaf1e49ff52882cd8ea95960bd Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 8 Jul 2023 01:30:55 +0300 Subject: [PATCH] Revert first list width change. Related https://github.com/wekan/wekan/pull/4993 Thanks to xet7 ! --- client/components/lists/list.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/lists/list.css b/client/components/lists/list.css index c328577be..5e503a4d7 100644 --- a/client/components/lists/list.css +++ b/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; }