Skip to content

Commit

Permalink
🐛 (GenericNode/index.tsx): fix positioning class for the button to co…
Browse files Browse the repository at this point in the history
…rrectly align it at the bottom of the node
  • Loading branch information
Cristhianzl committed Oct 24, 2024
1 parent 9c88ee0 commit 7e70451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/CustomNodes/GenericNode/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export default function GenericNode({
(shownOutputs && shownOutputs.length > 0) ||
showHiddenOutputs
? "bottom-[-0.8rem]"
: "bottom-1.5",
: "bottom-[-0.8rem]",
)}
>
<Button
Expand Down

0 comments on commit 7e70451

Please sign in to comment.