make swimlane height adjustable

This commit is contained in:
mark 2023-06-13 13:43:09 -05:00
parent 0ec9c4c37b
commit 26d2efdedb
8 changed files with 108 additions and 3 deletions

View file

@ -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