diff --git a/src/frontend/src/CustomNodes/GenericNode/index.tsx b/src/frontend/src/CustomNodes/GenericNode/index.tsx index c71f401dc..a0dfebcd4 100644 --- a/src/frontend/src/CustomNodes/GenericNode/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/index.tsx @@ -135,7 +135,6 @@ export default function GenericNode({ const iconClassName = `generic-node-icon ${ !showNode ? "absolute inset-x-6 h-12 w-12" : "" }`; - if (iconElement && isEmoji) { return nodeIconFragment(iconElement); } else { diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 9d8c7df8f..9208c4b17 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -276,7 +276,7 @@ @apply h-10 w-10 rounded p-1; } .generic-node-tooltip-div { - @apply ml-2 truncate; + @apply ml-2 max-w-[220px] truncate; } .generic-node-validation-div { @apply max-h-96 overflow-auto;