Skip to content

Commit 5b93a3f

Browse files
tweak(ui): builder padding
1 parent 8e4ef2b commit 5b93a3f

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const WorkflowBuilder = memo(() => {
3333

3434
return (
3535
<ScrollableContent>
36-
<Flex justifyContent="center" w="full" h="full" p={4}>
36+
<Flex justifyContent="center" w="full" h="full">
3737
<Flex flexDir="column" w="full" h="full" maxW="768px" gap={4}>
3838
{mode === 'edit' && (
3939
<ButtonGroup isAttached={false} justifyContent="center">

0 commit comments

Comments
 (0)