From 0370b3935e666c03999a92dc4e7872cac9b0a540 Mon Sep 17 00:00:00 2001 From: Sara Date: Tue, 26 Sep 2023 12:54:37 +0200 Subject: [PATCH] Fix text overflow --- www/app/transcripts/[transcriptId]/page.tsx | 11 +++++------ www/app/transcripts/shareLink.tsx | 4 ++-- www/tailwind.config.js | 1 + 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/app/transcripts/[transcriptId]/page.tsx b/www/app/transcripts/[transcriptId]/page.tsx index 8d5ea934..03d1ba61 100644 --- a/www/app/transcripts/[transcriptId]/page.tsx +++ b/www/app/transcripts/[transcriptId]/page.tsx @@ -55,15 +55,14 @@ export default function TranscriptDetails(details: TranscriptDetails) { useActiveTopic={useActiveTopic} autoscroll={false} /> -
- - -
+
+
{transcript?.response?.longSummary && ( )} -
-
+ + + )} diff --git a/www/app/transcripts/shareLink.tsx b/www/app/transcripts/shareLink.tsx index 6d5a369a..ee7882e8 100644 --- a/www/app/transcripts/shareLink.tsx +++ b/www/app/transcripts/shareLink.tsx @@ -19,7 +19,7 @@ const ShareLink = () => { return (

@@ -33,7 +33,7 @@ const ShareLink = () => { readOnly value={currentURL} ref={inputRef} - className="border rounded p-2 flex-grow mr-2 text-sm bg-slate-100 outline-slate-400" + className="border rounded-lg md:rounded-xl p-2 flex-grow mr-2 text-sm bg-slate-100 outline-slate-400" />