Skip to content

Commit

Permalink
fix(stage-wizard): reduce resizer height to accommodate for padding (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mabaasit committed May 26, 2023
1 parent 4596469 commit 6eb7680
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const PipelineBuilderUIWorkspace: React.FunctionComponent<
// The sidepanel container is a card with radius.
// Having padding top, cleans the UI.
paddingTop: spacing[2],
height: `calc(100% - ${spacing[2]}px)`,
},
}}
>
Expand Down

0 comments on commit 6eb7680

Please sign in to comment.