ui: ajustar tamanho/espacamento do texto de prazo de reabertura
This commit is contained in:
parent
16bbd1e4b8
commit
9d30d970a4
1 changed files with 1 additions and 1 deletions
|
|
@ -1159,7 +1159,7 @@ export function TicketSummaryHeader({ ticket }: TicketHeaderProps) {
|
|||
<DeleteTicketDialog ticketId={ticket.id as Id<"tickets">} />
|
||||
</div>
|
||||
{status === "RESOLVED" && canReopenTicket && reopenDeadlineLabel ? (
|
||||
<p className="text-[11px] text-neutral-500">Prazo para reabrir: {reopenDeadlineLabel}</p>
|
||||
<p className="mt-1 text-xs text-neutral-500">Prazo para reabrir: {reopenDeadlineLabel}</p>
|
||||
) : null}
|
||||
</div>
|
||||
<CloseTicketDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue