diff --git a/apps/web/src/components/quick-start/common/Workflow.styles.tsx b/apps/web/src/components/quick-start/common/Workflow.styles.tsx index 2a6bdba47ce..cfad4cfa3f0 100644 --- a/apps/web/src/components/quick-start/common/Workflow.styles.tsx +++ b/apps/web/src/components/quick-start/common/Workflow.styles.tsx @@ -19,6 +19,7 @@ export const WorkflowWrapper = styled.div<{ height: string }>` .react-flow__attribution { background: transparent; opacity: 0.5; + right: 133px; } .react-flow__attribution a { diff --git a/apps/web/src/components/workflow/FlowEditor.tsx b/apps/web/src/components/workflow/FlowEditor.tsx index 895d76328b9..365a69f7b7f 100644 --- a/apps/web/src/components/workflow/FlowEditor.tsx +++ b/apps/web/src/components/workflow/FlowEditor.tsx @@ -361,6 +361,7 @@ const Wrapper = styled.div<{ dark: boolean }>` .react-flow__attribution { background: transparent; opacity: 0.5; + right: 133px; } .react-flow__edge-path { stroke: ${colors.B60}; diff --git a/apps/web/src/components/workflow/NodeStep.tsx b/apps/web/src/components/workflow/NodeStep.tsx index b505fbcafe5..744580485dc 100644 --- a/apps/web/src/components/workflow/NodeStep.tsx +++ b/apps/web/src/components/workflow/NodeStep.tsx @@ -57,7 +57,7 @@ const StepCard: any = styled.div` position: relative; display: flex; width: 280px; - height: 80px; + height: 105px; box-shadow: ${({ theme }) => (theme.colorScheme === 'dark' ? shadows.dark : shadows.light)}; border-radius: 7px; pointer-events: none;