🐛 Fix categories and wrapper position issues

Co-authored-by: Bjorn Lammers <walkxnl@gmail.com>
This commit is contained in:
Manuel Ruwe
2023-01-10 21:21:05 +01:00
parent bbf1255b8b
commit 681944f7c5
2 changed files with 19 additions and 10 deletions

View File

@@ -20,8 +20,8 @@ const definition = defineWidget({
options: {},
gridstack: {
minWidth: 6,
minHeight: 6,
minWidth: 2,
minHeight: 2,
maxWidth: 12,
maxHeight: 6,
},