Browse Source

Changed the default maximum list width

Nadav Tasher 6 months ago
parent
commit
17f4bbde20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/users.js

+ 1 - 1
models/users.js

@@ -800,7 +800,7 @@ Users.helpers({
     if (listConstraints[boardId] && listConstraints[boardId][listId]) {
       return listConstraints[boardId][listId];
     } else {
-      return 350;
+      return 550;
     }
   },