fix(desktop): prevent history hover metadata overlap (#14005)

Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
This commit is contained in:
Bee
2026-09-10 10:07:24 -07:00
committed by GitHub
co-authored by Saoud Rizwan
parent fc3273bbe0
commit 258227dbe0
@@ -1623,7 +1623,7 @@ function ThreadItem({
<div className="wrap-break-word text-sm font-medium">
{overviewTitle}
</div>
<div className="grid grid-cols-[72px_minmax(0,1fr)] gap-x-2 gap-y-1.5 text-xs">
<div className="grid grid-cols-[max-content_minmax(0,1fr)] gap-x-2 gap-y-1.5 text-xs">
{infoItems.map(([label, value, fullValue]) => (
<div className="contents" key={label}>
<span className="text-muted-foreground">{label}</span>