end cleaning

This commit is contained in:
LathanDevers
2026-08-02 22:21:57 +02:00
parent 80dc61b938
commit 25ddc59f98
5 changed files with 34 additions and 41 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ interface TicketInfoWidgetProps {
export const TicketInfoWidget: React.FC<TicketInfoWidgetProps> = ({ ticket }) => {
return (
<Card>
<CardHeader className="bg-slate-50 border-b border-slate-100 flex flex-col sm:flex-row sm:items-start justify-between gap-4">
<CardHeader>
<div className="space-y-2">
<div className="flex items-center space-x-3">
<span className="text-xs font-bold uppercase tracking-wider px-2.5 py-1 bg-slate-200 text-slate-700 rounded-md">
@@ -24,10 +24,10 @@ export const TicketInfoWidget: React.FC<TicketInfoWidgetProps> = ({ ticket }) =>
</p>
</div>
<StatusBadge status={ticket.status} className="shrink-0" />
<StatusBadge status={ticket.status} className="shrink-0 max-w-fit" />
</CardHeader>
<CardContent className="p-6 bg-white">
<CardContent>
<p className="text-xs font-semibold text-slate-400 mb-2 uppercase tracking-wide">
Description du besoin :
</p>