We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252fcde commit 1e13d80Copy full SHA for 1e13d80
apps/web/app/(org)/dashboard/caps/components/CapCard/CapCard.tsx
@@ -402,13 +402,15 @@ export const CapCard = ({
402
{isOwner && (
403
<DropdownMenu modal={false} onOpenChange={setIsDropdownOpen}>
404
<DropdownMenuTrigger asChild>
405
- <CapCardButton
406
- tooltipContent="More options"
407
- className="delay-75"
408
- icon={() => (
409
- <FontAwesomeIcon className="size-4" icon={faEllipsis} />
410
- )}
411
- />
+ <div>
+ <CapCardButton
+ tooltipContent="More options"
+ className="delay-75"
+ icon={() => (
+ <FontAwesomeIcon className="size-4" icon={faEllipsis} />
+ )}
412
+ />
413
+ </div>
414
</DropdownMenuTrigger>
415
<DropdownMenuContent align="end" sideOffset={5}>
416
<DropdownMenuItem
0 commit comments