mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Make agent name in home page carousel not text wrap on mobile
This commit is contained in:
parent
a691ce4aa6
commit
4e39088f5b
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
|
|||
className={`${selectedAgent === agents[index].slug ? convertColorToBorderClass(agents[index].color) : "border-muted text-muted-foreground"} hover:cursor-pointer`}
|
||||
>
|
||||
<CardTitle
|
||||
className="text-center text-xs font-medium flex justify-center items-center px-1.5 py-1"
|
||||
className="text-center text-xs font-medium flex justify-center items-center whitespace-nowrap px-1.5 py-1"
|
||||
onDoubleClick={() =>
|
||||
openAgentEditCard(agents[index].slug)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue