Skip to content

Commit

Permalink
fix: [CHAOS-6519]: fixed padding
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil <[email protected]>
  • Loading branch information
SahilKr24 committed Aug 29, 2024
1 parent e7a4b69 commit acdd0b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const ChaosExperimentV2Table = (props: ChaosExperimentTableProps) => {
) : null;

const DropDownComponent = (
<Grid container spacing={3}>
<Grid margin={1} container spacing={3}>
<Grid item md={3}>
{NMDropDown}
</Grid>
Expand Down

0 comments on commit acdd0b3

Please sign in to comment.