RenderCode: fix titles

This commit is contained in:
Enrico Ros
2024-04-24 12:32:17 -07:00
parent 8ef4faa10f
commit 2cbb811523
+1
View File
@@ -166,6 +166,7 @@ function RenderCodeImpl(props: RenderCodeImplProps) {
whiteSpace: 'pre', // was 'break-spaces' before we implemented per-block scrolling
mx: 0, p: 1.5, // this block gets a thicker border
display: 'flex',
flexDirection: 'column',
// justifyContent: (renderMermaid || renderPlantUML) ? 'center' : undefined,
overflowX: 'auto',
minWidth: 160,