mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 23:39:37 +02:00
Text wrap
This commit is contained in:
parent
28ad207896
commit
15cca42675
2 changed files with 2 additions and 6 deletions
|
@ -319,8 +319,8 @@
|
|||
<div class="bg-neutral p-4 rounded-md shadow-sm">
|
||||
<p class=" font-semibold">Share this Adventure!</p>
|
||||
<div class="flex items-center justify-between">
|
||||
<p class="text-card-foreground font-mono">
|
||||
{window.location.origin}/adventures/{adventureToEdit.id}
|
||||
<p class="text-card-foreground font-mono break-words break-all">
|
||||
{window.location.origin + '/adventures/' + adventureToEdit.id}
|
||||
</p>
|
||||
<button
|
||||
type="button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue