diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index 9e6b7024b..73ab9aeef 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -361,7 +361,7 @@ export default function GenericNode({
) : (
{ setInputDescription(true); takeSnapshot(); diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 730250efb..57af84578 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -311,10 +311,10 @@ @apply hover:text-accent-foreground hover:transition-all; } .generic-node-desc { - @apply h-full w-full text-foreground; + @apply h-full w-full text-foreground; } .generic-node-desc-text { - @apply w-full px-5 pb-3 text-sm text-muted-foreground; + @apply w-full px-5 mb-4 text-sm text-muted-foreground; } .alert-icon {