refactor: update TicketDetailDialog and ProjectDialog for improved layout and styling

This commit is contained in:
mlogclub
2026-05-06 22:56:55 +08:00
parent 102e9c8e4f
commit c111e3ed98
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ function ProjectDialog({
bodyClassName,
)}
>
<div className="space-y-4 p-6">{children}</div>
<div className="space-y-4 p-6 w-full">{children}</div>
</div>
) : (
<div className={cn("min-h-0 flex-1", bodyClassName)}>{children}</div>