protonemedia / inertiajs-tables-laravel-query-builder

Inertia.js Tables for Laravel Query Builder
https://protone.media/en/blog/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder
MIT License
438 stars 123 forks source link

ButtonWithDropdown width must match content #40

Closed mfayez closed 2 years ago

mfayez commented 2 years ago

You need to change this line <div class="mt-2 w-64 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5"> to be <div class="mt-2 container rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5">

this will allow the dropdown to have labels wider than the 64 pixels width

pascalbaljet commented 2 years ago

Fixed in v2