Hi, I am experiencing issue with the height of the grid items on all mobile devices. when I inspect the elements in chrome while setting the device to a mobile device I see that the height of the grid-stack-item is set to 115px which is too small.
.grid-stack-instance-9261 > .grid-stack-item[data-gs-height="4"] {
height: 115px;
}
Any workaround or fix is highly appreciated.