Skip to content

Commit

Permalink
Fix the margin for the rerank switch in retrieval setting (langgenius…
Browse files Browse the repository at this point in the history
  • Loading branch information
YIXIAO0 authored and lau-td committed Oct 23, 2024
1 parent 829f2e4 commit d80d274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]">
Expand Down

0 comments on commit d80d274

Please sign in to comment.