mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-28 17:29:36 +02:00
Improve layout by wrapping map link text in a paragraph element
This commit is contained in:
parent
f3f75368df
commit
4ce7ed7045
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
{#if adventure.longitude && adventure.latitude}
|
{#if adventure.longitude && adventure.latitude}
|
||||||
<div>
|
<div>
|
||||||
{$t('adventures.open_in_maps')}:
|
<p class="mb-1">{$t('adventures.open_in_maps')}:</p>
|
||||||
<div class="flex flex-wrap gap-2">
|
<div class="flex flex-wrap gap-2">
|
||||||
<a
|
<a
|
||||||
class="btn btn-neutral text-base btn-sm max-w-32"
|
class="btn btn-neutral text-base btn-sm max-w-32"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue