Center collapsed command group rows

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Dotta
2026-03-11 13:24:45 -05:00
parent f594edd39f
commit 98ede67b9b

View File

@@ -690,7 +690,7 @@ function TranscriptCommandGroup({
<div
role="button"
tabIndex={0}
className="flex cursor-pointer items-start gap-2"
className={cn("flex cursor-pointer gap-2", subtitle ? "items-start" : "items-center")}
onClick={() => {
if (hasSelectedText()) return;
setOpen((value) => !value);