mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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]) {
|
||||
return listConstraints[boardId][listId];
|
||||
} else {
|
||||
return 350;
|
||||
return 550;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue