From 921bf91500d5286ac6b2f178a0a14afd54d9c231 Mon Sep 17 00:00:00 2001
From: Oliver <oliver.henry.walters@gmail.com>
Date: Tue, 21 May 2024 09:07:06 +1000
Subject: [PATCH] Fix wrapping for <AttachmentLink /> (#7272)

---
 src/frontend/src/components/items/AttachmentLink.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/src/components/items/AttachmentLink.tsx b/src/frontend/src/components/items/AttachmentLink.tsx
index 0153f4ae45..1561e3d788 100644
--- a/src/frontend/src/components/items/AttachmentLink.tsx
+++ b/src/frontend/src/components/items/AttachmentLink.tsx
@@ -72,7 +72,7 @@ export function AttachmentLink({
   }, [host, attachment, external]);
 
   return (
-    <Group justify="left" gap="sm">
+    <Group justify="left" gap="sm" wrap="nowrap">
       {external ? <IconLink /> : attachmentIcon(attachment)}
       <Anchor href={url} target="_blank" rel="noopener noreferrer">
         {text}