Skip to content

Commit

Permalink
fix(localisation): smaller map
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Nov 22, 2023
1 parent 29386fa commit a851aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/blocs/localisations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function LocalisationsComponent() {
label="Adresse actuelle"
>
<Row gutters>
<Col n="8">
<Col n="7">
{currentLocalisation?.coordinates && (
<Map
lat={currentLocalisation?.coordinates?.lat}
Expand All @@ -166,7 +166,7 @@ export default function LocalisationsComponent() {
/>
)}
</Col>
<Col n="4">
<Col n="3">
{currentLocalisation?.country
? renderAddress(currentLocalisation) : null}
</Col>
Expand Down

0 comments on commit a851aab

Please sign in to comment.