In app/Providers/Filament/AdminPanelProvider.php I used the ''' public function boot(): void { FilamentAsset::register([ Css::make('my-styles', DIR. '/../../../resources/css/my-styles.css'), ]); } '''
in my-styles.css ''' '.filament-header .filament-page-actions { flex-shrink: 1 !important; } ''' This css alloed the wrap as needed but I cannot get it to work in v3