Fix groupping for secrets

This commit is contained in:
ajnart
2023-01-08 12:42:07 +09:00
parent 997a823600
commit b06abde49e

View File

@@ -47,7 +47,7 @@ export const GenericSecretInput = ({
<Card p="xs" withBorder> <Card p="xs" withBorder>
<Grid> <Grid>
<Grid.Col className={classes.alignSelfCenter} xs={12} md={6}> <Grid.Col className={classes.alignSelfCenter} xs={12} md={6}>
<Group spacing="sm"> <Group spacing="sm" noWrap>
<ThemeIcon color={secretIsPresent ? 'green' : 'red'} variant="light" size="lg"> <ThemeIcon color={secretIsPresent ? 'green' : 'red'} variant="light" size="lg">
<Icon size={18} /> <Icon size={18} />
</ThemeIcon> </ThemeIcon>