diff --git a/components/sessions/SessionDescriptionEditor.tsx b/components/sessions/SessionDescriptionEditor.tsx index c7b1655..fa824f5 100644 --- a/components/sessions/SessionDescriptionEditor.tsx +++ b/components/sessions/SessionDescriptionEditor.tsx @@ -60,7 +60,7 @@ export function SessionDescriptionEditor({ placeholder="Add a description..." aria-label="Session description" rows={1} - className="max-w-full min-w-0 flex-1 resize-none border-b-2 border-transparent bg-transparent text-sm text-muted-foreground outline-none transition-colors placeholder:text-muted-foreground/60 hover:border-b-border focus:border-b-foreground/40 focus:text-foreground sm:max-w-xl [field-sizing:content]" + className="max-w-full min-w-0 resize-none border-b-2 border-transparent bg-transparent text-sm text-muted-foreground outline-none transition-colors placeholder:text-muted-foreground/60 hover:border-b-border focus:border-b-foreground/40 focus:text-foreground sm:max-w-xl [field-sizing:content]" />