Skip to content

Commit f968dc7

Browse files
committed
small fix
1 parent 3db5164 commit f968dc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/common/src/components/ModelName/ModelName.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const ModelName = React.forwardRef<HTMLDivElement, ModelNameProps>(
106106
return (
107107
<span
108108
data-testid="model-name"
109-
className="overflow-hidden"
109+
className="flex overflow-hidden"
110110
>
111111
{catalog && (
112112
<>
@@ -138,6 +138,7 @@ export const ModelName = React.forwardRef<HTMLDivElement, ModelNameProps>(
138138
)}
139139
<span
140140
className={cn(
141+
'truncate',
141142
grayscale
142143
? 'text-model-name-grayscale-model'
143144
: 'text-model-name-model',

0 commit comments

Comments
 (0)