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