Action group dropdown menu goes off page

By default my actiongroup is now expanding to 1800+ px wide and starting off of the page. Actions are totally unviewable.

I'm unsure what i've done for this to happen. Any help is appreciated.

->actions([ Tables\Actions\ActionGroup::make([ Tables\Actions\EditAction::make(), Tables\Actions\DeleteAction::make(), ]) ->button() ->label('Actions'),
action_group_too_wide.png
Solution
npm run build
Was this page helpful?