mirror of
https://github.com/wekan/wekan.git
synced 2026-02-15 20:48:08 +01:00
Merge pull request #5614 from NadavTasher/feature/change-default-maximum-width-for-lists
Changed the default maximum list width
This commit is contained in:
commit
02f45f4e65
1 changed files with 1 additions and 1 deletions
|
|
@ -800,7 +800,7 @@ Users.helpers({
|
||||||
if (listConstraints[boardId] && listConstraints[boardId][listId]) {
|
if (listConstraints[boardId] && listConstraints[boardId][listId]) {
|
||||||
return listConstraints[boardId][listId];
|
return listConstraints[boardId][listId];
|
||||||
} else {
|
} else {
|
||||||
return 350;
|
return 550;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue