Skip to content

Commit 28bb562

Browse files
committed
decrease spacer below private key / pass radio
1 parent 74a938c commit 28bb562

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

redisinsight/ui/src/pages/home/components/form/SSHDetails.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ const SSHDetails = (props: Props) => {
140140
onChange={(id) => formik.setFieldValue('sshPassType', id)}
141141
data-testid="ssh-pass-type"
142142
/>
143-
144-
<Spacer size="m" />
143+
<Spacer size="s" />
145144
</FlexItem>
146145
</Row>
147146
{formik.values.sshPassType === SshPassType.Password && (

0 commit comments

Comments
 (0)