mirror of
https://github.com/wekan/wekan.git
synced 2026-03-10 23:52:34 +01:00
Revert some scrollbar, sidebar and list width changes.
Thanks to xet7 ! Fixes #5585, fixes https://github.com/wekan/wekan/pull/5583
This commit is contained in:
parent
12d22f92b2
commit
096fe130f6
11 changed files with 45 additions and 34 deletions
|
|
@ -1,6 +1,6 @@
|
|||
template(name='list')
|
||||
.list.js-list(id="js-list-{{_id}}"
|
||||
style="{{#unless collapsed}}min-width:{{listWidth}}px;{{/unless}}"
|
||||
style="{{#unless collapsed}}width:{{listWidth}}px;{{/unless}}"
|
||||
class="{{#if collapsed}}list-collapsed{{/if}}")
|
||||
+listHeader
|
||||
+listBody
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue