mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Changed the default maximum list width
This commit is contained in:
parent
575e3750f1
commit
17f4bbde20
1 changed files with 1 additions and 1 deletions
|
@ -800,7 +800,7 @@ Users.helpers({
|
|||
if (listConstraints[boardId] && listConstraints[boardId][listId]) {
|
||||
return listConstraints[boardId][listId];
|
||||
} else {
|
||||
return 350;
|
||||
return 550;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue