diff --git a/src/apps/chat/components/layout-bar/ChatBarBeam.tsx b/src/apps/chat/components/layout-bar/ChatBarBeam.tsx index 105bd2e24..41cfb760e 100644 --- a/src/apps/chat/components/layout-bar/ChatBarBeam.tsx +++ b/src/apps/chat/components/layout-bar/ChatBarBeam.tsx @@ -33,7 +33,10 @@ const _styles = { } as const, '& nav > ol > li:first-of-type': { overflow: 'hidden', - maxWidth: { xs: '110px', md: '140px' }, + // allow the chat title to use available space, shrinking gracefully when the bar is narrow + // NOTE: already performed by virtue of the breadcrumb having agi-ellipsize on the crumbs + // flexShrink: 1, + // minWidth: '60px', } as const, } as const,