How to fix this gap in the table screen?

There was too much of a gap in this way. I couldn't fix it.
No description
2 Replies
dissto
dissto3mo ago
Probably: https://filamentphp.com/docs/3.x/panels/configuration#customizing-the-maximum-content-width
// use Filament\Support\Enums\MaxWidth;
return $panel
->maxContentWidth(MaxWidth::Full)
// use Filament\Support\Enums\MaxWidth;
return $panel
->maxContentWidth(MaxWidth::Full)
Mehmet K.
Mehmet K.3mo ago
Thank you