Change max-width to min-width so that lists will only shrink when there is no space left

This commit is contained in:
Nadav Tasher 2024-11-20 00:47:45 +02:00
parent 12e50d93df
commit 98cf7ec715

View file

@ -1,6 +1,6 @@
template(name='list')
.list.js-list(id="js-list-{{_id}}"
style="{{#unless collapsed}}max-width:{{listWidth}}px;{{/unless}}"
style="{{#unless collapsed}}min-width:{{listWidth}}px;{{/unless}}"
class="{{#if collapsed}}list-collapsed{{/if}}")
+listHeader
+listBody