diff --git a/src/components/ModalsContainer/BlueprintModal/Body/AddEdgeNode/Body/index.tsx b/src/components/ModalsContainer/BlueprintModal/Body/AddEdgeNode/Body/index.tsx index 82717e298..375b9654a 100644 --- a/src/components/ModalsContainer/BlueprintModal/Body/AddEdgeNode/Body/index.tsx +++ b/src/components/ModalsContainer/BlueprintModal/Body/AddEdgeNode/Body/index.tsx @@ -158,7 +158,7 @@ export const Body = ({ onCancel, edgeLinkData, setGraphLoading }: Props) => { } const CustomButton = styled(Button)` - width: 293px !important; + width: 400px !important; margin: 0 0 10px auto !important; `