diff --git a/app/Models/DashboardModel.php b/app/Models/DashboardModel.php index 75f3846..03caecc 100644 --- a/app/Models/DashboardModel.php +++ b/app/Models/DashboardModel.php @@ -225,6 +225,7 @@ class DashboardModel extends Model if (array_key_exists('max_width', $column)) { $max_width = $column['max_width']; } + // Update the maximum height if it's been configured if (array_key_exists('max_height', $column)) { $max_height = $column['max_height'];