From 99dad0d839789dbcf03d163d61e285879d32431d Mon Sep 17 00:00:00 2001 From: imjesusc Date: Sat, 13 Apr 2024 00:12:15 -0500 Subject: [PATCH] Fixed link and container layout for improved handling of long words. --- src/components/links/card-link.tsx | 2 +- src/components/links/copy-qr.tsx | 4 ++-- src/components/links/edit-link.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/links/card-link.tsx b/src/components/links/card-link.tsx index 44c0edf..3ec2b47 100644 --- a/src/components/links/card-link.tsx +++ b/src/components/links/card-link.tsx @@ -46,7 +46,7 @@ const CardLink = ({ linkInfo, linkTags, tagsInfo }: CardLinkProps) => {
/ {linkInfo.slug} diff --git a/src/components/links/copy-qr.tsx b/src/components/links/copy-qr.tsx index 0724007..7f7179c 100644 --- a/src/components/links/copy-qr.tsx +++ b/src/components/links/copy-qr.tsx @@ -59,7 +59,7 @@ const CopyQR = ({ linkInfo }: CopyQRProps) => { Copy QR Code {linkInfo.description} -
+
{ viewBox={`0 0 128 128`} />
-

{`/${linkInfo.slug}`}

+

{`/${linkInfo.slug}`}

diff --git a/src/components/links/edit-link.tsx b/src/components/links/edit-link.tsx index a59f874..cdd70ab 100644 --- a/src/components/links/edit-link.tsx +++ b/src/components/links/edit-link.tsx @@ -95,9 +95,9 @@ const EditLink = (props: EditLinkProps) => { {props.trigger} - + Edit link - + /{props.link.slug}