WIP on Mantine v6

This commit is contained in:
ajnart
2023-03-03 01:21:38 +09:00
parent 387f155b29
commit 1aeee38c0d
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export const GenericAvailableElementType = ({
: image; : image;
return ( return (
<Grid.Col span={3}> <Grid.Col span="auto">
<Card style={{ height: '100%' }}> <Card style={{ height: '100%' }}>
<Stack justify="space-between" style={{ height: '100%' }}> <Stack justify="space-between" style={{ height: '100%' }}>
<Stack spacing="xs"> <Stack spacing="xs">

View File

@@ -19,7 +19,7 @@ export const AvailableStaticTypes = ({ onClickBack }: AvailableStaticTypesProps)
they don&apos;t integrate with any apps and their content never changes. they don&apos;t integrate with any apps and their content never changes.
</Text> </Text>
<Grid> <Grid grow>
<GenericAvailableElementType <GenericAvailableElementType
name="Static Text" name="Static Text"
description="Display a fixed string on your dashboard" description="Display a fixed string on your dashboard"