mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
fix min-width and min-height after resize
remove min-width and min-height after stopping resize
This commit is contained in:
@@ -1192,7 +1192,9 @@
|
||||
.removeClass('resizing')
|
||||
.css({
|
||||
'width': '',
|
||||
'height': ''
|
||||
'height': '',
|
||||
'min-width': '',
|
||||
'min-height': ''
|
||||
});
|
||||
|
||||
delay($.proxy(function() {
|
||||
|
||||
Reference in New Issue
Block a user