mirror of
https://github.com/wekan/wekan.git
synced 2026-01-10 11:38:50 +01:00
make swimlane height adjustable
This commit is contained in:
parent
0ec9c4c37b
commit
26d2efdedb
8 changed files with 108 additions and 3 deletions
|
|
@ -165,7 +165,7 @@ template(name="setListWidthPopup")
|
|||
#js-list-width-edit
|
||||
label {{_ 'set-list-width-value'}}
|
||||
p
|
||||
input.list-width-value(type="number" value="{{ listWidthValue }}" min="100" max="800")
|
||||
input.list-width-value(type="number" value="{{ listWidthValue }}" min="100")
|
||||
input.list-width-apply(type="submit" value="{{_ 'apply'}}")
|
||||
input.list-width-error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue