From 863cf1ee26514716bae8f1bd600b40374b718785 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Wed, 7 Feb 2024 15:16:10 +0300 Subject: [PATCH] wip --- app/Filament/Pages/InlineChart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Pages/InlineChart.php b/app/Filament/Pages/InlineChart.php index fbe7cb3f..dcd23c83 100644 --- a/app/Filament/Pages/InlineChart.php +++ b/app/Filament/Pages/InlineChart.php @@ -46,7 +46,7 @@ public function table(Table $table): Table ->searchable() ->toggleable() ->chart(MiniChart::class) - ->maxWidth('!w-[150px]') + ->maxWidth(150) ->icon('heroicon-o-chevron-right'), TextColumn::make('email')