From eba30108f62cb43d325fe18e671e6a051f30c742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto=20S=C3=A1nchez?= Date: Fri, 30 Aug 2024 12:24:21 -0600 Subject: [PATCH] fix: notebook widget overflow on mobile (#2112) --- src/widgets/notebook/NotebookWidgetTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,