Skip to content

Commit

Permalink
fix: notebook widget overflow on mobile (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
joser93 committed Aug 30, 2024
1 parent 995c8a4 commit eba3010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/notebook/NotebookWidgetTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const definition = defineWidget({
},
},
gridstack: {
minWidth: 2,
minWidth: 1,
minHeight: 1,
maxWidth: 12,
maxHeight: 12,
Expand Down

0 comments on commit eba3010

Please sign in to comment.