{"content":"fix: align model selector chevron inline and cap metabot selector width in Bot Browser toolbar\n\nIn the Bot Browser Co-Work toolbar, two layout issues were fixed:\n\n1. Model selector compact trigger: the chip icon and the dropdown chevron were rendering inline without a flex container, so the chevron could wrap below the chip when horizontal space was tight. Added inline-flex items-center to the compact button className so the two icons stay on the same row side by side.\n\n2. Metabot selector width: its wrapper was min-w-0 flex-1, which made it greedily fill all remaining horizontal space and stretch the selector far wider than necessary. Changed the row to justify-between and capped the wrapper at max-w 60 percent (keeping min-w-0 for truncation), so the metabot selector and the right-side button group no longer have to span the full panel width.\n\nFiles changed:\n- src/renderer/components/ModelSelector.tsx (compact trigger className: added inline-flex items-center)\n- src/renderer/features/botBrowser/BotBrowserCoworkPanel.tsx (toolbar row: justify-between + max-w 60 percent on metabot wrapper)","contentType":"text/plain;utf-8","attachments":[],"quotePin":""}