We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96758d3 commit 715d669Copy full SHA for 715d669
1 file changed
apps/web/src/components/chat/CodexTraitsPicker.tsx
@@ -49,11 +49,11 @@ export const CodexTraitsPicker = memo(function CodexTraitsPicker(props: {
49
<span className="flex min-w-0 w-full items-center gap-2 overflow-hidden">
50
{props.fastModeEnabled ? (
51
<span className="flex min-w-0 flex-1 items-center gap-1 overflow-hidden">
52
- <span className="min-w-0 basis-0 grow truncate">{effortLabel}</span>
+ <span className="min-w-0 flex-1 truncate">{effortLabel}</span>
53
<span className="shrink-0 text-muted-foreground/60" aria-hidden="true">
54
·
55
</span>
56
- <span className="min-w-0 basis-0 grow truncate">Fast</span>
+ <span className="shrink-0">Fast</span>
57
58
) : (
59
<span className="min-w-0 flex-1 truncate">{effortLabel}</span>
0 commit comments