Skip to content

Commit

Permalink
fix(locations): fix OSM id chip margin
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Sep 14, 2024
1 parent 4becffb commit 9eb9d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LocationCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
>
<v-card-text v-if="location">
<PriceCountChip :count="location.price_count" :withLabel="true" />
<LocationOSMTagChip :location="location" class="mr-1" />
<LocationOSMIDChip v-if="showLocationOSMID" :location="location" />
<LocationOSMTagChip class="mr-1" :location="location" />
<LocationOSMIDChip v-if="showLocationOSMID" class="mr-1" :location="location" />
<v-chip
v-if="!hideCountryCity && locationCountryCityUrl"
label size="small" density="comfortable" class="mr-1" :to="locationCountryCityUrl"
Expand Down

0 comments on commit 9eb9d71

Please sign in to comment.