Skip to content

Commit

Permalink
fix(ui): builder alpha status alert not visible when many elements added
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Feb 14, 2025
1 parent 4812990 commit f596c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const WorkflowBuilder = memo(() => {
<ScrollableContent>
<Flex justifyContent="center" w="full" h="full">
<Flex flexDir="column" w="full" h="full" maxW="768px" gap={4}>
<Alert status="warning" variant="subtle" borderRadius="base">
<Alert status="warning" variant="subtle" borderRadius="base" flexShrink={0}>
<AlertIcon />
<AlertDescription fontSize="sm">{t('workflows.builder.workflowBuilderAlphaWarning')}</AlertDescription>
</Alert>
Expand Down

0 comments on commit f596c57

Please sign in to comment.