outl1ne / nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown and show them on a card
MIT License
61 stars 21 forks source link

Style on per page option #9

Closed andrius-urb closed 4 years ago

andrius-urb commented 4 years ago

If per page records choosen 100+ (three digits), style needs to be fixed, because arrow goes on top of number 👍

page

KasparRosin commented 4 years ago

I was unable to reproduce this. I tested with 100 & 1000, both worked as expected. Do you have any project css that could override the width of the select?

andrius-urb commented 4 years ago

Sorry, my bad. padding-right was assigned to .form-select class, so it messed up this dropdown :)