From 10918d08936061513473c4a93aca50743c63c6ff Mon Sep 17 00:00:00 2001 From: esdrasrenan Date: Sat, 13 Dec 2025 23:19:26 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corrige=20scroll=20do=20dropdown=20e=20a?= =?UTF-8?q?justa=20bot=C3=A3o=20Adicionar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Adiciona collisionPadding e overflow-hidden no SearchableCombobox - Reduz tamanho do botão Adicionar no checklist (size=sm) - Adiciona espaçamento antes do botão Adicionar 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/components/tickets/new-ticket-dialog.tsx | 2 +- src/components/ui/searchable-combobox.tsx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/tickets/new-ticket-dialog.tsx b/src/components/tickets/new-ticket-dialog.tsx index 1da5ddf..a6c0f70 100644 --- a/src/components/tickets/new-ticket-dialog.tsx +++ b/src/components/tickets/new-ticket-dialog.tsx @@ -1514,7 +1514,7 @@ export function NewTicketDialog({ /> Obrigatório - diff --git a/src/components/ui/searchable-combobox.tsx b/src/components/ui/searchable-combobox.tsx index dafdd02..32f08c3 100644 --- a/src/components/ui/searchable-combobox.tsx +++ b/src/components/ui/searchable-combobox.tsx @@ -126,7 +126,8 @@ export function SearchableCombobox({
) : null} {filtered.length === 0 ? (