Skip to content

Commit

Permalink
fix(app): remove excess padding in TestShakeSlideout (#15142)
Browse files Browse the repository at this point in the history
Closes RQA-2516
  • Loading branch information
ncdiehl11 authored May 9, 2024
1 parent 2011402 commit 7c410bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/organisms/ModuleCard/TestShakeSlideout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const TestShakeSlideout = (
<Flex
flexDirection={DIRECTION_COLUMN}
fontWeight={TYPOGRAPHY.fontWeightRegular}
padding={`${SPACING.spacing16} ${SPACING.spacing20} ${SPACING.spacing20} ${SPACING.spacing16}`}
paddingBottom={SPACING.spacing24}
width="100%"
>
<Flex
Expand Down

0 comments on commit 7c410bf

Please sign in to comment.