fix: position comment panel below trigger button

This commit is contained in:
CREDO23 2026-01-16 16:07:13 +02:00
parent 47de91e07b
commit 0e48df63ff
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ export function CommentPanel({
const showEmptyState = !hasThreads && !isComposerOpen;
return (
<div className="flex w-70 flex-col rounded-lg border bg-card">
<div className="flex w-80 flex-col rounded-lg border bg-card">
{hasThreads && (
<div
className="overflow-y-auto"