fix: notebook widget overflow on mobile (#2112)

This commit is contained in:
José Roberto Sánchez
2024-08-30 12:24:21 -06:00
committed by GitHub
parent 995c8a481e
commit eba30108f6

View File

@@ -27,7 +27,7 @@ const definition = defineWidget({
},
},
gridstack: {
minWidth: 2,
minWidth: 1,
minHeight: 1,
maxWidth: 12,
maxHeight: 12,