mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-20 12:06:09 +00:00
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. |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| 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 | ||