Commit 90260dcb authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Use alignListbox=right instead of right in export formats Select

parent f5de259e
...@@ -328,7 +328,7 @@ function ExportAnnotations({ ...@@ -328,7 +328,7 @@ function ExportAnnotations({
onChange={setExportFormat} onChange={setExportFormat}
buttonContent={exportFormat.shortTitle ?? exportFormat.title} buttonContent={exportFormat.shortTitle ?? exportFormat.title}
data-testid="export-format-select" data-testid="export-format-select"
right alignListbox="right"
> >
{exportFormats.map(exportFormat => ( {exportFormats.map(exportFormat => (
<Select.Option <Select.Option
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment