We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba616e commit 27bf868Copy full SHA for 27bf868
apps/dashboard/src/components/workflow-row.tsx
@@ -230,8 +230,8 @@ export const WorkflowRow = ({ workflow }: WorkflowRowProps) => {
230
/>
231
<DropdownMenu open={isDropdownOpen} onOpenChange={setIsDropdownOpen}>
232
<DropdownMenuTrigger asChild>
233
- <Button variant="ghost" className="h-8 w-8 p-0">
234
- <RiMore2Fill className="h-4 w-4" />
+ <Button variant="ghost" size="icon">
+ <RiMore2Fill />
235
</Button>
236
</DropdownMenuTrigger>
237
<DropdownMenuContent className="w-56">
0 commit comments