Skip to content
Snippets Groups Projects
Commit 981a05f8 authored by rhenck's avatar rhenck
Browse files

[editor] Fix ClozeDialog height

parent 66bef1e8
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ export class DialogService {
defaultFontSize,
clozeMode: true
},
height: '700px',
height: '795px',
autoFocus: false
});
return dialogRef.afterClosed();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment