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; }