Grid Column

how can remove this space between column

Grid::make(3)->schema([
Forms\Components\TextInput::make('search')
->extraAttributes(['class' => 'w-full'])
->disableLabel(),
View::make('filament.components.button'),
Toggle::make('advance_search')
->label('Advance')
->reactive(),
])->extraAttributes(['class' => 'gap-4']),
image.png
Was this page helpful?