Commit e02b5f32 authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Avoid export format descriptions cropping

parent 90260dcb
...@@ -329,6 +329,7 @@ function ExportAnnotations({ ...@@ -329,6 +329,7 @@ function ExportAnnotations({
buttonContent={exportFormat.shortTitle ?? exportFormat.title} buttonContent={exportFormat.shortTitle ?? exportFormat.title}
data-testid="export-format-select" data-testid="export-format-select"
alignListbox="right" alignListbox="right"
listboxOverflow="wrap"
> >
{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