style(checklist): centraliza botoes verticalmente no item

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
esdrasrenan 2025-12-15 20:35:34 -03:00
parent bf8975df2d
commit 358e1256b9

View file

@ -309,7 +309,7 @@ export function TicketChecklistCard({
const options = item.options ?? []
return (
<div key={item.id} className="flex items-start justify-between gap-3 rounded-xl border border-slate-200 bg-white px-3 py-2">
<div key={item.id} className="flex items-center justify-between gap-3 rounded-xl border border-slate-200 bg-white px-3 py-2">
<div className="flex min-w-0 flex-1 items-start gap-3">
{isQuestion ? (
<div className="mt-1 flex size-5 shrink-0 items-center justify-center rounded-full border border-slate-300 bg-slate-50 text-xs font-medium text-slate-600">