mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 11:58:34 +02:00
parent
dd2551040f
commit
7ab0063dc6
@ -18,7 +18,7 @@ const QuoteDisplay = ({ quoteInfo }: { quoteInfo: Quote }) => {
|
||||
>
|
||||
{detailIsOpen && (
|
||||
<div className="absolute top-0 mt-9 pt-2 z-50">
|
||||
<div className="flex flex-shrink-0 rounded-lg w-96 bg-background border border-border shadow p-3 text-sm leading-relaxed">
|
||||
<div className="flex flex-shrink-0 rounded-lg break-words hyphens-auto w-96 bg-background border border-border shadow p-3 text-sm leading-relaxed overflow-hidden">
|
||||
<div>
|
||||
<b>Quote:</b> <i>{quoteInfo.quote}</i>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user