mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 08:46:09 +01:00
Change max-width to min-width so that lists will only shrink when there is no space left
This commit is contained in:
parent
12e50d93df
commit
98cf7ec715
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue