We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae82b1 commit 6163f5cCopy full SHA for 6163f5c
frontend/src/components/settings/models-list-settings.tsx
@@ -53,7 +53,7 @@ export function ModelsListSettings() {
53
) : (
54
<div className="flex flex-col gap-2">
55
{models.map((model, index) => (
56
- <div key={`${model.id}-${index}`} className="group px-3 py-2 border rounded-md hover:bg-accent/50 transition-colors bg-card flex flex-col justify-center min-w-[140px]">
+ <div key={`${model.id}-${index}`} className="group px-3 py-2 border rounded-md hover:bg-accent/50 transition-colors bg-card flex flex-col justify-center min-w-35">
57
<div className="font-mono text-xs font-medium truncate" title={model.id}>
58
{model.id}
59
</div>
0 commit comments