Skip to content

Commit

Permalink
feat: increas markdown modal size
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Jul 18, 2024
1 parent 8797bee commit cdb3ad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const MarkdownModalView = ({
return (
<div className={className}>
<Button onClick={handleClickOpen}>{buttonLabel}</Button>
<Dialog open={open} onClose={handleClose}>
<Dialog open={open} onClose={handleClose} maxWidth="md" fullWidth>
<DialogTitle>{buttonLabel}</DialogTitle>
<IconButton
aria-label="close"
Expand Down

0 comments on commit cdb3ad6

Please sign in to comment.