diff --git a/src/widgets/notebook/NotebookWidgetTile.tsx b/src/widgets/notebook/NotebookWidgetTile.tsx index 4d2882d34..5d746c49d 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,