Skip to content

Commit 1e13d80

Browse files
authored
fix more options (#1083)
1 parent 252fcde commit 1e13d80

File tree

1 file changed

+9
-7
lines changed
  • apps/web/app/(org)/dashboard/caps/components/CapCard

1 file changed

+9
-7
lines changed

apps/web/app/(org)/dashboard/caps/components/CapCard/CapCard.tsx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,15 @@ export const CapCard = ({
402402
{isOwner && (
403403
<DropdownMenu modal={false} onOpenChange={setIsDropdownOpen}>
404404
<DropdownMenuTrigger asChild>
405-
<CapCardButton
406-
tooltipContent="More options"
407-
className="delay-75"
408-
icon={() => (
409-
<FontAwesomeIcon className="size-4" icon={faEllipsis} />
410-
)}
411-
/>
405+
<div>
406+
<CapCardButton
407+
tooltipContent="More options"
408+
className="delay-75"
409+
icon={() => (
410+
<FontAwesomeIcon className="size-4" icon={faEllipsis} />
411+
)}
412+
/>
413+
</div>
412414
</DropdownMenuTrigger>
413415
<DropdownMenuContent align="end" sideOffset={5}>
414416
<DropdownMenuItem

0 commit comments

Comments
 (0)