mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-15 00:11:15 +03:00
fix genai summary title truncation issue in detail stream
This commit is contained in:
parent
84dcdd7e87
commit
144ddbd270
@ -108,7 +108,7 @@ export function GenAISummaryDialog({
|
||||
return (
|
||||
<Overlay open={open} onOpenChange={setOpen}>
|
||||
<Trigger asChild>
|
||||
<div>{children}</div>
|
||||
<div className="min-w-0">{children}</div>
|
||||
</Trigger>
|
||||
<Content
|
||||
className={cn(
|
||||
|
||||
@ -525,7 +525,7 @@ function ReviewGroup({
|
||||
}
|
||||
}}
|
||||
>
|
||||
<span className="truncate hover:underline">
|
||||
<span className="block truncate hover:underline">
|
||||
{review.data.metadata.title}
|
||||
</span>
|
||||
</GenAISummaryDialog>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user