From 492306453c199ed9fe8bfbe47437808601de0f65 Mon Sep 17 00:00:00 2001 From: Vid Smole Date: Thu, 6 Jul 2023 13:22:15 +0200 Subject: [PATCH] Fix first list being narrower than others --- client/components/lists/list.css | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/lists/list.css b/client/components/lists/list.css index 5e503a4d7..c328577be 100644 --- a/client/components/lists/list.css +++ b/client/components/lists/list.css @@ -16,7 +16,6 @@ /* overflow: auto; - List width and height resizeable */ } .list:first-child { - min-width: 20px; margin-left: 5px; border-left: none; }