Skip to content

Commit

Permalink
Fix: style of model card info (#14292)
Browse files Browse the repository at this point in the history
  • Loading branch information
JzoNgKVO authored Feb 26, 2025
1 parent 3228bac commit 375a359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const PopupItem: FC<PopupItemProps> = ({
provider={model}
modelName={modelItem.model}
/>
<div className='truncate text-text-primary system-md-medium'>{modelItem.label[language] || modelItem.label.en_US}</div>
<div className='text-text-primary system-md-medium text-wrap break-words'>{modelItem.label[language] || modelItem.label.en_US}</div>
</div>
{/* {currentProvider?.description && (
<div className='text-text-tertiary system-xs-regular'>{currentProvider?.description?.[language] || currentProvider?.description?.en_US}</div>
Expand Down

0 comments on commit 375a359

Please sign in to comment.