From 89ffd958d90ba3306632b5df1dba446fe07b6d82 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 22 Apr 2025 10:36:41 +0530 Subject: [PATCH] adjusted width for production chart --- .../Pages/CreateProductionQuantity.php | 2 +- app/Filament/Widgets/ItemOverview.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Filament/Resources/ProductionQuantityResource/Pages/CreateProductionQuantity.php b/app/Filament/Resources/ProductionQuantityResource/Pages/CreateProductionQuantity.php index 60f2f632a..4234f22ef 100644 --- a/app/Filament/Resources/ProductionQuantityResource/Pages/CreateProductionQuantity.php +++ b/app/Filament/Resources/ProductionQuantityResource/Pages/CreateProductionQuantity.php @@ -51,7 +51,7 @@ class CreateProductionQuantity extends CreateRecord padding: 0 !important; /* height: 20%; */ max-width: 100% !important; - /* overflow-y: auto; Allow vertical scrolling */ + overflow-y: auto; Allow vertical scrolling } /* Expand page area fully */ diff --git a/app/Filament/Widgets/ItemOverview.php b/app/Filament/Widgets/ItemOverview.php index 3d7fd24be..4e70c85dd 100644 --- a/app/Filament/Widgets/ItemOverview.php +++ b/app/Filament/Widgets/ItemOverview.php @@ -11,7 +11,7 @@ class ItemOverview extends ChartWidget // protected int|string|array $columnSpan = 'full'; protected int|string|array $columnSpan = 12; - protected static ?string $maxHeight = '300px'; + protected static ?string $maxHeight = '350px'; protected $listeners = ['filtersUpdated' => '$refresh'];