An open API service indexing awesome lists of open source software.

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

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.

![example.png](example.png)