Skip to content

Commit a3cd4c5

Browse files
committed
🩹(frontend) fine tunning for v3.0.0
- fix width select export
1 parent 7e1eed3 commit a3cd4c5

File tree

1 file changed

+1
-0
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-export/components

1 file changed

+1
-0
lines changed

src/frontend/apps/impress/src/features/docs/doc-export/components/ModalExport.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export const ModalExport = ({ onClose, doc }: ModalExportProps) => {
161161
</Text>
162162
<Select
163163
clearable={false}
164+
fullWidth
164165
label={t('Template')}
165166
options={templateOptions}
166167
value={templateSelected}

0 commit comments

Comments
 (0)