diff --git a/src/gridstack.js b/src/gridstack.js index 518942def..30139295c 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -1623,7 +1623,7 @@ }; GridStack.prototype.cellWidth = function() { - return Math.round(this.container.outerWidth() / this.opts.width); + return this.container.outerWidth() / this.opts.width; }; GridStack.prototype.getCellFromPixel = function(position, useOffset) {