refactor: update TicketDetailDialog and ProjectDialog for improved layout and styling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user