diff --git a/web/default/src/features/keys/components/dialogs/cc-switch-dialog.tsx b/web/default/src/features/keys/components/dialogs/cc-switch-dialog.tsx index 825dd541..52866112 100644 --- a/web/default/src/features/keys/components/dialogs/cc-switch-dialog.tsx +++ b/web/default/src/features/keys/components/dialogs/cc-switch-dialog.tsx @@ -151,7 +151,9 @@ export function CCSwitchDialog(props: Props) { title={t('Import to CC Switch')} contentClassName='sm:max-w-md' contentHeight='auto' - bodyClassName='space-y-4' + bodyClassName={ + currentConfig.modelFields.length === 1 ? 'space-y-4 pb-52' : 'space-y-4' + } footer={ <>