mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 08:54:06 +01:00
Revert "Revert some scrollbar, sidebar and list width changes."
This reverts commit 096fe130f6.
This commit is contained in:
parent
f5f8a4f6fb
commit
a36e80099a
11 changed files with 34 additions and 45 deletions
|
|
@ -1,6 +1,6 @@
|
|||
template(name='list')
|
||||
.list.js-list(id="js-list-{{_id}}"
|
||||
style="{{#unless collapsed}}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