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 <gabriel@langflow.org>
This commit is contained in:
parent
426719607b
commit
06239ea63a
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ export default function NodeDescription({
|
|||
"generic-node-desc",
|
||||
!inputDescription ? "overflow-auto" : "",
|
||||
hasScroll ? "nowheel" : "",
|
||||
charLimit ? "px-2" : "",
|
||||
)}
|
||||
>
|
||||
{inputDescription ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue