Skip to content

Commit f6c4682

Browse files
fix(ui): builder alpha status alert not visible when many elements added
1 parent b3288ed commit f6c4682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/nodes/components/sidePanel/builder/WorkflowBuilder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const WorkflowBuilder = memo(() => {
3535
<ScrollableContent>
3636
<Flex justifyContent="center" w="full" h="full">
3737
<Flex flexDir="column" w="full" h="full" maxW="768px" gap={4}>
38-
<Alert status="warning" variant="subtle" borderRadius="base">
38+
<Alert status="warning" variant="subtle" borderRadius="base" flexShrink={0}>
3939
<AlertIcon />
4040
<AlertDescription fontSize="sm">{t('workflows.builder.workflowBuilderAlphaWarning')}</AlertDescription>
4141
</Alert>

0 commit comments

Comments
 (0)