adjusted width for production chart
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
@@ -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'];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user