Fix link length in photo modal
This commit is contained in:
parent
2c59c07907
commit
e597b84fe4
@ -38,7 +38,7 @@ export default function PhotoModal({
|
||||
'flex items-center justify-stretch',
|
||||
'border border-gray-200 dark:border-gray-800',
|
||||
)}>
|
||||
<div className="truncate p-2">
|
||||
<div className="truncate p-2 w-full">
|
||||
{shareUrl}
|
||||
</div>
|
||||
<div
|
||||
|
||||
Loading…
Reference in New Issue
Block a user