diff --git a/src/pages/ExportPage.scss b/src/pages/ExportPage.scss index 77179df..0a9aa68 100644 --- a/src/pages/ExportPage.scss +++ b/src/pages/ExportPage.scss @@ -2877,6 +2877,17 @@ margin-left: auto; } +.dialog-format-trigger { + width: 100%; + justify-content: space-between; +} + +.dialog-format-trigger-label { + flex: 1; + min-width: 0; + text-align: left; +} + .dialog-format-dropdown { position: absolute; top: calc(100% + 6px); diff --git a/src/pages/ExportPage.tsx b/src/pages/ExportPage.tsx index 9a7d6bf..62f3547 100644 --- a/src/pages/ExportPage.tsx +++ b/src/pages/ExportPage.tsx @@ -6091,10 +6091,10 @@ function ExportPage() {
{showSessionFormatSelect && (