Skip to content

Commit

Permalink
Remove from MarkdownElement as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Oct 14, 2024
1 parent 66499e2 commit 5737565
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/mui-docs/src/MarkdownElement/MarkdownElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ const Root = styled('div')(
overflow: 'auto',
WebkitOverflowScrolling: 'touch',
fontSize: lightTheme.typography.pxToRem(13),
maxWidth: 'calc(100vw - 32px)',
maxHeight: '400px',
[lightTheme.breakpoints.up('md')]: {
maxWidth: 'calc(100vw - 32px - 16px)',
},
},
'& code': {
...lightTheme.typography.body2,
Expand Down

0 comments on commit 5737565

Please sign in to comment.