Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Jan 15, 2025
1 parent 3507131 commit c9d766d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ const SshConnectModal = ({
>
<StepStatus incomplete={<StepNumber />} />
</StepIndicator>
<Flex mt={1} ml={2} mb={5} flexDirection={'column'} gap={12} flex={1}>
<Flex mt={1} ml={2} mb={5} flexDirection={'column'} gap={6} flex={1}>
<Box fontSize={'14px'}>{t('jetbrains_guide_command')}</Box>
<ScriptCode
oneLine={true}
Expand Down

0 comments on commit c9d766d

Please sign in to comment.