https://github.com/codewithdennis/filament-bulk-actions-dropdown-css-issue
https://github.com/codewithdennis/filament-bulk-actions-dropdown-css-issue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithdennis/filament-bulk-actions-dropdown-css-issue
- Owner: CodeWithDennis
- Created: 2025-07-23T16:28:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T16:39:07.000Z (8 months ago)
- Last Synced: 2025-08-11T01:38:24.016Z (7 months ago)
- Language: Blade
- Size: 1.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
```bash
composer install
npm install
npm run build
php artisan migrate:fresh
php artisan db:seed
php artisan serve
```
# Reproduction
BulkAction label has max width, which causes some weird styling issues when the label is long.
