mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 09:08:52 +01:00
🎨 style: remove break-all class in modelSpec menu (#4787)
This commit is contained in:
parent
7a5b697627
commit
07511b3db8
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ const MenuItem: FC<MenuItemProps> = ({
|
|||
<div>
|
||||
<div className="flex items-center gap-2">
|
||||
{showIconInMenu && <SpecIcon currentSpec={spec} endpointsConfig={endpointsConfig} />}
|
||||
<div className="break-all">
|
||||
<div>
|
||||
{title}
|
||||
<div className="text-token-text-tertiary">{description}</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue