From 06239ea63a744b3e242abb599d2c9f5e7e152e1f Mon Sep 17 00:00:00 2001 From: Yuqi Tang Date: Wed, 2 Oct 2024 08:56:36 -0700 Subject: [PATCH] Fix: change note node horizontal padding (#3991) * fix notes style * fix notes style * adding ghost node * [autofix.ci] apply automated fixes * change cursor position * update notes related test * [autofix.ci] apply automated fixes * adjust shadow block width * move cursor to middle: * [autofix.ci] apply automated fixes * fix padding * change note node horizontal padding * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Gabriel Luiz Freitas Almeida --- .../CustomNodes/GenericNode/components/NodeDescription/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx index d723da40c..5d687de91 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx @@ -67,6 +67,7 @@ export default function NodeDescription({ "generic-node-desc", !inputDescription ? "overflow-auto" : "", hasScroll ? "nowheel" : "", + charLimit ? "px-2" : "", )} > {inputDescription ? (