🎨 style: remove break-all class in modelSpec menu (#4787)

This commit is contained in:
Sean McGrath 2024-11-26 04:10:05 +13:00 committed by GitHub
parent 7a5b697627
commit 07511b3db8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>