Skip to content

Commit

Permalink
Merge pull request #309 from headwaymaps/mkirk/edit-css
Browse files Browse the repository at this point in the history
[ui] add missing padding to "edit on osm" link
  • Loading branch information
michaelkirk authored Jan 26, 2024
2 parents ecf52e7 + 4bac09e commit 48a979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/frontend/www-app/src/components/PlaceCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
$t('edit_poi_button')
}}</q-btn>
</div>
<div v-if="showEditPanel" style="margin-top: 8px">
<div v-if="showEditPanel" style="margin-top: 8px; padding: 16px">
<p>{{ $t('edit_poi_about_osm') }}</p>
<div style="text-align: center">
<q-btn
Expand Down

0 comments on commit 48a979f

Please sign in to comment.