Skip to content

Commit

Permalink
Avoid export format descriptions cropping
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 4, 2024
1 parent 7c5ae1b commit d4e0107
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sidebar/components/ShareDialog/ExportAnnotations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,10 @@ function ExportAnnotations({
<div className="font-bold" data-testid="format-name">
{exportFormat.title}
</div>
<div data-testid="format-description">
<div
data-testid="format-description"
className="whitespace-normal"
>
{exportFormat.description}
</div>
</div>
Expand Down

0 comments on commit d4e0107

Please sign in to comment.