Skip to content

Commit

Permalink
bigger html editor dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
VargaJoe committed May 23, 2024
1 parent e70d331 commit ee1cf30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export const HTMLEditorControl: FC<HTMLEditorControlProps> = ({ editor, buttonPr
onClose={handleClose}
aria-labelledby="html-editor-control-title"
fullWidth
maxWidth="sm"
onExited={() => {}}>
maxWidth="lg"
onExited={() => { }}>
<DialogTitle id="html-editor-control-title">{localization.HTMLEditorControl.title}</DialogTitle>
<DialogContent>
<HtmlEditor initialState={editor.getHTML()} fieldOnChange={setHtml} />
Expand Down

0 comments on commit ee1cf30

Please sign in to comment.