fix: align reply preview text baselines in kind 1 renderer

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gómez
2026-02-28 17:52:26 +01:00
parent 0b132624ff
commit 53add37fab

View File

@@ -37,11 +37,11 @@ function ParentEventCard({
return (
<div
onClick={onClickHandler}
className="flex items-center gap-2 p-1 bg-muted/20 text-xs hover:bg-muted/30 cursor-crosshair rounded transition-colors"
className="flex items-baseline gap-2 p-1 bg-muted/20 text-xs hover:bg-muted/30 cursor-crosshair rounded transition-colors"
>
<Tooltip>
<TooltipTrigger asChild>
<Icon className="size-3 flex-shrink-0" />
<Icon className="size-3 flex-shrink-0 translate-y-[1px]" />
</TooltipTrigger>
<TooltipContent>
<p>{tooltipText}</p>