Skip to content

Commit

Permalink
chore(wren-ui): Add text-truncate to recommend questions label (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashimin authored Nov 29, 2024
1 parent 611054b commit 4869d67
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ const QuestionTemplate = ({ category, sql, question, onSelect }) => {
onClick={() => onSelect({ sql, question })}
>
<div className="d-flex justify-space-between align-center text-sm mb-3">
<div className="border border-gray-5 px-2 rounded-pill">
<div
className="border border-gray-5 px-2 rounded-pill text-truncate"
title={category}
>
{category}
</div>
</div>
Expand Down

0 comments on commit 4869d67

Please sign in to comment.