mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05:00
Improve layout by wrapping map link text in a paragraph element
This commit is contained in:
@@ -459,7 +459,7 @@
|
||||
{/if}
|
||||
{#if adventure.longitude && adventure.latitude}
|
||||
<div>
|
||||
{$t('adventures.open_in_maps')}:
|
||||
<p class="mb-1">{$t('adventures.open_in_maps')}:</p>
|
||||
<div class="flex flex-wrap gap-2">
|
||||
<a
|
||||
class="btn btn-neutral text-base btn-sm max-w-32"
|
||||
|
||||
Reference in New Issue
Block a user