Skip to content

Commit

Permalink
fix(export): open editor with correct width
Browse files Browse the repository at this point in the history
  • Loading branch information
pawcoding committed Aug 3, 2024
1 parent 8208512 commit a8757b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/export/data-access/export-modal.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ export class ExportModalService {
data: {
palette
},
panelClass: 'rp-modal-panel'
panelClass: 'rp-modal-panel',
width: 'inherit'
});

return await firstValueFrom(dialogRef.closed.pipe(tap(() => this._isModalOpen.set(false))));
Expand Down

0 comments on commit a8757b1

Please sign in to comment.