🧹cleanup: hub model title should not truncate just let make another line
This commit is contained in:
parent
c2493fc535
commit
0343c09704
@ -486,14 +486,12 @@ function Hub() {
|
||||
>
|
||||
<h1
|
||||
className={cn(
|
||||
'text-main-view-fg font-medium text-base capitalize truncate max-w-38 sm:max-w-none',
|
||||
'text-main-view-fg font-medium text-base capitalize sm:max-w-none',
|
||||
isRecommendedModel(model.model_name)
|
||||
? 'hub-model-card-step'
|
||||
: ''
|
||||
)}
|
||||
title={
|
||||
extractModelName(model.metadata?.id) || ''
|
||||
}
|
||||
title={extractModelName(model.model_name) || ''}
|
||||
>
|
||||
{extractModelName(model.model_name) || ''}
|
||||
</h1>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user