filament-google-map-location-picker
filament-google-map-location-picker copied to clipboard
Searchbox appearance needs improving
This is an awesome product, thanks for it, however search box doesn't have the best look
Add this to your filament.css:
.pac-target-input{
left: 5px !important;
right: 5px !important;
top: 5px !important;
width: calc(100% - 10px);
}