Skip to content

Commit

Permalink
feat(constants): Update NODE_WIDTH from 384 to 400 for improved compo…
Browse files Browse the repository at this point in the history
…nent layout and consistency in the user interface
  • Loading branch information
ogabrielluiz committed Aug 7, 2024
1 parent 3059364 commit ecd08d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -880,5 +880,5 @@ export const LANGFLOW_ACCESS_TOKEN_EXPIRE_SECONDS_ENV =
Number(process.env.ACCESS_TOKEN_EXPIRE_SECONDS) -
Number(process.env.ACCESS_TOKEN_EXPIRE_SECONDS) * 0.1;
export const TEXT_FIELD_TYPES: string[] = ["str", "SecretStr"];
export const NODE_WIDTH = 384;
export const NODE_WIDTH = 400;
export const NODE_HEIGHT = NODE_WIDTH * 3;

0 comments on commit ecd08d0

Please sign in to comment.