Skip to content

Commit a0cf9e2

Browse files
tweak(ui): ip adapter settings layout
1 parent 5c8f1c5 commit a0cf9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/controlLayers/components/IPAdapter/IPAdapterSettings.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const IPAdapterSettingsContent = memo(() => {
130130
icon={<PiBoundingBoxBold />}
131131
/>
132132
</Flex>
133-
<Flex gap={2} w="full" alignItems="center">
133+
<Flex gap={2} w="full">
134134
{ipAdapter.type === 'ip_adapter' && (
135135
<Flex flexDir="column" gap={2} w="full">
136136
{!isFLUX && <IPAdapterMethod method={ipAdapter.method} onChange={onChangeIPMethod} />}

0 commit comments

Comments
 (0)