style(portal): usa tamanho padrao da badge de status no detalhe do ticket
All checks were successful
All checks were successful
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
028154a7bc
commit
4669be0107
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ export function PortalTicketDetail({ ticketId }: PortalTicketDetailProps) {
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-end gap-2 text-sm">
|
<div className="flex flex-col items-end gap-2 text-sm">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<TicketStatusBadge status={ticket.status} className="px-3 py-1 text-xs font-semibold" />
|
<TicketStatusBadge status={ticket.status} />
|
||||||
{canReopenTicket ? (
|
{canReopenTicket ? (
|
||||||
<Button
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue