diff --git a/web/src/components/chat-select.tsx b/web/src/components/chat-select.tsx index 523e74b..fbbbad1 100644 --- a/web/src/components/chat-select.tsx +++ b/web/src/components/chat-select.tsx @@ -37,7 +37,7 @@ export default function ChatSelect({ disabled }: { disabled: boolean }) { variant="outline" role="combobox" aria-expanded={open} - className="w-[250px] justify-between" + className="w-full md:w-[250px] justify-between" > {selectedChat ? (