We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3288ed commit f6c4682Copy full SHA for f6c4682
invokeai/frontend/web/src/features/nodes/components/sidePanel/builder/WorkflowBuilder.tsx
@@ -35,7 +35,7 @@ export const WorkflowBuilder = memo(() => {
35
<ScrollableContent>
36
<Flex justifyContent="center" w="full" h="full">
37
<Flex flexDir="column" w="full" h="full" maxW="768px" gap={4}>
38
- <Alert status="warning" variant="subtle" borderRadius="base">
+ <Alert status="warning" variant="subtle" borderRadius="base" flexShrink={0}>
39
<AlertIcon />
40
<AlertDescription fontSize="sm">{t('workflows.builder.workflowBuilderAlphaWarning')}</AlertDescription>
41
</Alert>
0 commit comments