mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
fix: increase line clamp for agent name in AgentCard for better visibility
This commit is contained in:
parent
5eac4afcb0
commit
0b732e56d5
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ const AgentCard: React.FC<AgentCardProps> = ({ agent, onSelect, className = '' }
|
|||
{/* Content */}
|
||||
<div className="flex min-w-0 flex-1 flex-col justify-center overflow-hidden">
|
||||
{/* Agent name */}
|
||||
<Label className="line-clamp-1 text-base font-semibold text-text-primary md:text-lg mt-3">
|
||||
<Label className="line-clamp-2 mt-3 text-base font-semibold text-text-primary md:text-lg">
|
||||
{agent.name}
|
||||
</Label>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue