Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Oct 7, 2023
1 parent dafc876 commit d9f2d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/src/components/Bot/Playground/HistoryCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const PlaygroundHistoryCard = ({
<ChatBubbleLeftIcon className="w-5 h-5 text-gray-400 dark:text-gray-600 group-hover:text-gray-500 dark:group-hover:text-gray-400 transition-colors" />
<div className="flex-1 overflow-hidden break-all">
<span
className="text-gray-500 dark:text-gray-400 text-sm font-semibold"
className="text-gray-500 dark:text-gray-400 text-sm font-semibold truncate"
title={item.title}
>
{item.title.length > 20
Expand Down

0 comments on commit d9f2d94

Please sign in to comment.