From 6554499a9349e1b189c007dcbf88b20412dd9153 Mon Sep 17 00:00:00 2001 From: Hannes Rosenbauer Date: Tue, 8 Apr 2014 15:08:50 +0200 Subject: [PATCH] fix min-width and min-height after resize remove min-width and min-height after stopping resize --- src/jquery.gridster.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index 287a34f84..d2a75efa7 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -1192,7 +1192,9 @@ .removeClass('resizing') .css({ 'width': '', - 'height': '' + 'height': '', + 'min-width': '', + 'min-height': '' }); delay($.proxy(function() {