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 5, 2024
1 parent 90260dc commit e02b5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sidebar/components/ShareDialog/ExportAnnotations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ function ExportAnnotations({
buttonContent={exportFormat.shortTitle ?? exportFormat.title}
data-testid="export-format-select"
alignListbox="right"
listboxOverflow="wrap"
>
{exportFormats.map(exportFormat => (
<Select.Option
Expand Down

0 comments on commit e02b5f3

Please sign in to comment.