Fixed styles in tag edition modal

This commit is contained in:
Alejandro Celaya
2022-03-07 08:46:43 +01:00
parent 27e3b6f0d0
commit 9ff331e2db
3 changed files with 24 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ const MapModal = ({ toggle, isOpen, title, locations = [] }: MapModalProps) => (
<ModalBody className="map-modal__modal-body">
<h3 className="map-modal__modal-title">
{title}
<button type="button" className="close" onClick={toggle}>&times;</button>
<button type="button" className="btn-close float-end" onClick={toggle} />
</h3>
<MapContainer {...calculateMapProps(locations)}>
<OpenStreetMapTile />