fix: notebook widget overflow on mobile (#2112)
This commit is contained in:
committed by
GitHub
parent
995c8a481e
commit
eba30108f6
@@ -27,7 +27,7 @@ const definition = defineWidget({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
gridstack: {
|
gridstack: {
|
||||||
minWidth: 2,
|
minWidth: 1,
|
||||||
minHeight: 1,
|
minHeight: 1,
|
||||||
maxWidth: 12,
|
maxWidth: 12,
|
||||||
maxHeight: 12,
|
maxHeight: 12,
|
||||||
|
|||||||
Reference in New Issue
Block a user