Skip to content

Commit

Permalink
simpler git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 3, 2024
1 parent ea725af commit b4afd2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/modules/components/MarkdownElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@ const Root = styled('div')(
borderColor: `var(--muidocs-palette-grey-300, ${lightTheme.palette.grey[300]})`,
},
'& .MuiCallout-content': {
// Allows content to shrink. Useful when callout contains code blocks
minWidth: 0,
minWidth: 0, // Allows content to shrink. Useful when callout contains code block
flexGrow: 1,
'& > p:last-child, & > ul:last-child': {
// Avoid margin on last child
Expand Down

0 comments on commit b4afd2f

Please sign in to comment.