Skip to content

Commit

Permalink
Update wf parent node height
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Jul 9, 2024
1 parent edc1e05 commit 4d70db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/utils/config_to_workspace_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { generateId } from './utils';
**************** Config -> workspace utils **********************
*/

const PARENT_NODE_HEIGHT = 350;
const PARENT_NODE_HEIGHT = 325;
const NODE_HEIGHT_Y = 70;
const NODE_WIDTH = 300; // based off of the value set in reactflow-styles.scss
const NODE_SPACING = 100; // the margin (in # pixels) between the components
Expand Down

0 comments on commit 4d70db9

Please sign in to comment.