Skip to content

Commit

Permalink
SurveyResponse: fix user text preview width
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Jan 8, 2025
1 parent a96882c commit 216b11e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ const EditableSurveyResponseListItem: React.FC<EditableSurveyResponseListItemPro
<div>{operatorSlugWitFallback}</div>
</div>

<Markdown className="ml-4 line-clamp-2" markdown={userTextPreview} />
<Markdown
className="ml-4 line-clamp-2 flex-shrink break-all"
markdown={userTextPreview}
/>
</div>

{isAccordion &&
Expand Down

0 comments on commit 216b11e

Please sign in to comment.