Skip to content

Commit

Permalink
show followup questions without truncating
Browse files Browse the repository at this point in the history
  • Loading branch information
ElishaKay committed Nov 1, 2024
1 parent 6971b20 commit 1d9bea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/nextjs/components/Question.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const Question: React.FC<QuestionProps> = ({ question }) => {
/>
<p className="font-bold uppercase leading-[152%] text-white">
Question:
</p>
</p><br/>
</div>
<div className="grow text-white break-words max-w-full sm:truncate">&quot;{question}&quot;</div>
<div className="grow text-white break-words max-w-full log-message">&quot;{question}&quot;</div>
</div>
);
};
Expand Down

0 comments on commit 1d9bea3

Please sign in to comment.