filament-google-map-location-picker icon indicating copy to clipboard operation
filament-google-map-location-picker copied to clipboard

Searchbox appearance needs improving

Open brianmutiso opened this issue 2 years ago • 1 comments

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

brianmutiso avatar Nov 02 '22 02:11 brianmutiso

Add this to your filament.css:

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

makzumi avatar Feb 26 '23 21:02 makzumi