From 7ab0063dc651d011697a5f2ff92d78b5585e46e2 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Sun, 20 Oct 2024 16:31:18 -0700 Subject: [PATCH] (minor) quote overflow (#2862) * k * k --- web/src/components/search/results/QuotesSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/search/results/QuotesSection.tsx b/web/src/components/search/results/QuotesSection.tsx index 16f1324f2..0ea207270 100644 --- a/web/src/components/search/results/QuotesSection.tsx +++ b/web/src/components/search/results/QuotesSection.tsx @@ -18,7 +18,7 @@ const QuoteDisplay = ({ quoteInfo }: { quoteInfo: Quote }) => { > {detailIsOpen && (
-
+
Quote: {quoteInfo.quote}