yemenpoint / filament-google-map-location-picker

filament-google-map-location-picker
MIT License
30 stars 5 forks source link

Searchbox appearance needs improving #4

Open brianmutiso opened 1 year ago

brianmutiso commented 1 year ago

This is an awesome product, thanks for it, however search box doesn't have the best look

makzumi commented 1 year ago

Add this to your filament.css:

.pac-target-input{
    left: 5px !important;
    right: 5px !important;
    top: 5px !important;
    width: calc(100% - 10px);
}