Skip to content

Commit

Permalink
Merge pull request #2159 from MahtabBukhari/Create-type-and-Add-Adge-…
Browse files Browse the repository at this point in the history
…sidebar-width-should-be-same

Create type and Add Adge sidebar width should be same ( Currently there is no consistency )
  • Loading branch information
Rassl authored Oct 8, 2024
2 parents 8c5dca2 + e00fc4f commit 87b47d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`

Expand Down

0 comments on commit 87b47d1

Please sign in to comment.