Don't truncate the Beam Title on Edit. Fix #1085 part 1.

This commit is contained in:
Enrico Ros
2026-04-24 14:36:22 -07:00
parent 506d24d2fd
commit 0790da989d
@@ -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,