Skip to content

Commit 8392203

Browse files
committed
fix y padding for container
1 parent 673a6cf commit 8392203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol-designer/src/pages/Designer/OffDeck/OffDeckDetails.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function OffDeckDetails(props: OffDeckDetailsProps): JSX.Element {
6969
borderRadius={BORDERS.borderRadius12}
7070
width="100%"
7171
height="100%"
72-
padding={`${SPACING.spacing24} ${paddingRight} ${SPACING.spacing24} 0`}
72+
padding={`${SPACING.spacing40} ${paddingRight} ${SPACING.spacing40} 0`}
7373
gridGap={SPACING.spacing24}
7474
alignItems={ALIGN_CENTER}
7575
justifyContent={JUSTIFY_FLEX_END}

0 commit comments

Comments
 (0)