LibreChat/client
Dustin Healy 7181958643
✂️ fix: Truncate Long MCP Server Titles In Builder Panel (#13321)
In SidePanel/MCPBuilder/MCPServerCard the server title was rendered in
a span carrying the Tailwind truncate utility. overflow: hidden does
not apply to inline boxes, so long server names overflowed their slot
and ran underneath the Edit, Reconnect, and Revoke icons.

The title now renders in a div so truncate actually clips with an
ellipsis. No other styling changes.
2026-05-26 15:36:29 -07:00
..
public
scripts
src ✂️ fix: Truncate Long MCP Server Titles In Builder Panel (#13321) 2026-05-26 15:36:29 -07:00
test
babel.config.cjs
check_updates.sh
index.html
jest.config.cjs
nginx.conf
package.json
postcss.config.cjs
tailwind.config.cjs
tsconfig.json
vite.config.ts