Skip to content

Commit

Permalink
Use alignListbox=right instead of right in export formats Select
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 5, 2024
1 parent f5de259 commit 90260dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sidebar/components/ShareDialog/ExportAnnotations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ function ExportAnnotations({
onChange={setExportFormat}
buttonContent={exportFormat.shortTitle ?? exportFormat.title}
data-testid="export-format-select"
right
alignListbox="right"
>
{exportFormats.map(exportFormat => (
<Select.Option
Expand Down

0 comments on commit 90260dc

Please sign in to comment.