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

@@ -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'];