From e00fc4fccbe7790215052a2949a9699bb1b4e24e Mon Sep 17 00:00:00 2001 From: MahtabBukhari Date: Wed, 18 Sep 2024 22:17:33 +0500 Subject: [PATCH] fix(sidebar-width-same): create type and Add adge sidebar width should be same --- .../BlueprintModal/Body/AddEdgeNode/Body/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; `