Skip to content

Commit

Permalink
Merge branch 'main' into chore/ai-service/sql-2-answer-streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Nov 29, 2024
2 parents f894589 + 4869d67 commit 8a9224a
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 8a9224a

Please sign in to comment.