We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c205217 + 11dca40 commit eda4ee0Copy full SHA for eda4ee0
web/skins/classic/views/js/montage.js
@@ -875,9 +875,9 @@ function watchFullscreen() {
875
876
function initGridStack(grid=null) {
877
const opts = {
878
- margin: 0,
879
- cellHeight: '1px',
880
- //sizeToContent: true, // default to make them all fit
+ margin: '0 1px 0 1px',
+ cellHeight: '4px', //Required for correct use of objGridStack.resizeToContent
+ sizeToContent: true, // default to make them all fit
881
resizable: {handles: 'all'}, // do all sides
882
float: false,
883
disableDrag: true,
0 commit comments