From b4afd2fc3d407acd20519359e0fb04367d61e489 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 3 Feb 2024 22:10:35 +0100 Subject: [PATCH] simpler git diff --- docs/src/modules/components/MarkdownElement.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/modules/components/MarkdownElement.js b/docs/src/modules/components/MarkdownElement.js index 7eb4c810663eb7..2f2ed3a09bda0a 100644 --- a/docs/src/modules/components/MarkdownElement.js +++ b/docs/src/modules/components/MarkdownElement.js @@ -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