1
0
forked from poc/pds

adjusted width for production chart

This commit is contained in:
dhanabalan
2025-04-22 10:36:41 +05:30
parent 257ea97e75
commit 89ffd958d9
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ class CreateProductionQuantity extends CreateRecord
padding: 0 !important; padding: 0 !important;
/* height: 20%; */ /* height: 20%; */
max-width: 100% !important; max-width: 100% !important;
/* overflow-y: auto; Allow vertical scrolling */ overflow-y: auto; Allow vertical scrolling
} }
/* Expand page area fully */ /* Expand page area fully */

View File

@@ -11,7 +11,7 @@ class ItemOverview extends ChartWidget
// protected int|string|array $columnSpan = 'full'; // protected int|string|array $columnSpan = 'full';
protected int|string|array $columnSpan = 12; protected int|string|array $columnSpan = 12;
protected static ?string $maxHeight = '300px'; protected static ?string $maxHeight = '350px';
protected $listeners = ['filtersUpdated' => '$refresh']; protected $listeners = ['filtersUpdated' => '$refresh'];