We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8f1c5 commit a0cf9e2Copy full SHA for a0cf9e2
invokeai/frontend/web/src/features/controlLayers/components/IPAdapter/IPAdapterSettings.tsx
@@ -130,7 +130,7 @@ const IPAdapterSettingsContent = memo(() => {
130
icon={<PiBoundingBoxBold />}
131
/>
132
</Flex>
133
- <Flex gap={2} w="full" alignItems="center">
+ <Flex gap={2} w="full">
134
{ipAdapter.type === 'ip_adapter' && (
135
<Flex flexDir="column" gap={2} w="full">
136
{!isFLUX && <IPAdapterMethod method={ipAdapter.method} onChange={onChangeIPMethod} />}
0 commit comments