Fix height on trash (#4875)

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
pull/4877/head
sean-brydon 2022-10-06 13:33:51 +01:00 committed by GitHub
parent ff78e66051
commit d9000d0cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ function CustomInputItem({ required, deleteOnClick, editOnClick, type, question
size="icon"
color="destructive"
onClick={deleteOnClick}
className="border border-gray-200"
className="h-[36px] border border-gray-200"
/>
</ButtonGroup>
</li>