diff --git a/client/components/lists/list.css b/client/components/lists/list.css index 066fda4ca..5b33612da 100644 --- a/client/components/lists/list.css +++ b/client/components/lists/list.css @@ -15,8 +15,10 @@ /*resize: both; - List width and height resizeable */ /* overflow: auto; - List width and height resizeable */ } -.list:first-child { +[id^="swimlane-"] .list:first-child { min-width: 20px; +} +.list:first-child { margin-left: 5px; border-left: none; }