Skip to content

Commit bc16f6f

Browse files
authored
Merge pull request #4726 from ozer550/fix-default-sidebar-width
Fix default sidebar width
2 parents 7a82178 + 490e4f1 commit bc16f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentcuration/contentcuration/frontend/shared/views/ResizableNavigationDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
defaultWidth: {
4141
type: Number,
42-
default: 150,
42+
default: 400,
4343
},
4444
maxWidth: {
4545
type: Number,

0 commit comments

Comments
 (0)