mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
Merge pull request #2 from DecksterTeam/resize-overlap
fix(gridster): fixes bug where widgets would overlay other widgets after...
This commit is contained in:
Vendored
+1
-1
@@ -3776,7 +3776,7 @@
|
||||
*/
|
||||
fn.resize_responsive_layout = function() {
|
||||
this.min_widget_width = this.get_responsive_col_width();
|
||||
this.generate_grid_and_stylesheet();
|
||||
this.generate_stylesheet();
|
||||
this.update_widgets_dimensions();
|
||||
this.drag_api.set_limits((this.cols * this.min_widget_width) + ((this.cols + 1) * this.options.widget_margins[0]));
|
||||
return this;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -3776,7 +3776,7 @@
|
||||
*/
|
||||
fn.resize_responsive_layout = function() {
|
||||
this.min_widget_width = this.get_responsive_col_width();
|
||||
this.generate_grid_and_stylesheet();
|
||||
this.generate_stylesheet();
|
||||
this.update_widgets_dimensions();
|
||||
this.drag_api.set_limits((this.cols * this.min_widget_width) + ((this.cols + 1) * this.options.widget_margins[0]));
|
||||
return this;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -2929,7 +2929,7 @@
|
||||
*/
|
||||
fn.resize_responsive_layout = function() {
|
||||
this.min_widget_width = this.get_responsive_col_width();
|
||||
this.generate_grid_and_stylesheet();
|
||||
this.generate_stylesheet();
|
||||
this.update_widgets_dimensions();
|
||||
this.drag_api.set_limits((this.cols * this.min_widget_width) + ((this.cols + 1) * this.options.widget_margins[0]));
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user