diff --git a/src/widgets/notebook/NotebookWidgetTile.tsx b/src/widgets/notebook/NotebookWidgetTile.tsx index 4d2882d34ca..5d746c49de0 100644 --- a/src/widgets/notebook/NotebookWidgetTile.tsx +++ b/src/widgets/notebook/NotebookWidgetTile.tsx @@ -27,7 +27,7 @@ const definition = defineWidget({ }, }, gridstack: { - minWidth: 2, + minWidth: 1, minHeight: 1, maxWidth: 12, maxHeight: 12,