Skip to content

Commit abc8cee

Browse files
committed
Revert "Bug fix for #9186"
This reverts commit ec7fab8.
1 parent ec7fab8 commit abc8cee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mdx/code.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ const MonoText = props => <Text sx={{fontFamily: 'mono', fontSize: 1}} {...props
5454

5555
const CodeBlock = ({children, code, className, style}) => (
5656
<Box
57-
role="presentation"
5857
sx={{
5958
// Make <pre> adjust to the width of the container
6059
// https://stackoverflow.com/a/14406386
@@ -65,7 +64,6 @@ const CodeBlock = ({children, code, className, style}) => (
6564
}}
6665
>
6766
<Box
68-
role="presentation"
6967
style={style}
7068
sx={{
7169
...(code ? {display: 'flex', justifyContent: 'space-between', flexDirection: 'row-reverse'} : {}),

0 commit comments

Comments
 (0)