mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-16 11:36:57 +01:00
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: {
|
||||
minWidth: 2,
|
||||
minWidth: 1,
|
||||
minHeight: 1,
|
||||
maxWidth: 12,
|
||||
maxHeight: 12,
|
||||
|
||||
Reference in New Issue
Block a user