diff --git a/ui-ngx/src/app/modules/home/models/dashboard-component.models.ts b/ui-ngx/src/app/modules/home/models/dashboard-component.models.ts index ffcaef06ef..7c80219da3 100644 --- a/ui-ngx/src/app/modules/home/models/dashboard-component.models.ts +++ b/ui-ngx/src/app/modules/home/models/dashboard-component.models.ts @@ -511,7 +511,7 @@ export class DashboardWidget implements GridsterItem, IDashboardWidget { @enumerable(true) get rows(): number { let res; - if (this.dashboard.isMobileSize && !this.dashboard.mobileAutofillHeight) { + if (this.dashboard.isMobileSize) { let mobileHeight; if (this.widgetLayout) { mobileHeight = this.widgetLayout.mobileHeight;