Fix the margin for the rerank switch in retrieval setting (#9124)

pull/9132/head
Yi Xiao 2 years ago committed by GitHub
parent ec0aa32cd4
commit cbd3ffe056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -243,7 +243,7 @@ const ConfigContent: FC<Props> = ({
/>
)
}
<div className='leading-[32px] text-text-secondary system-sm-semibold'>{t('common.modelProvider.rerankModel.key')}</div>
<div className='leading-[32px] ml-1 text-text-secondary system-sm-semibold'>{t('common.modelProvider.rerankModel.key')}</div>
<Tooltip
popupContent={
<div className="w-[200px]">

Loading…
Cancel
Save