We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdaa81 commit 6f9ea86Copy full SHA for 6f9ea86
components/Common/CodeBox/index.tsx
@@ -94,7 +94,7 @@ const CodeBox: FC<PropsWithChildren<CodeBoxProps>> = ({
94
95
return (
96
<div className={styles.root}>
97
- <pre ref={ref} className={styles.content} tabIndex={0}>
+ <pre ref={ref} className={styles.content} tabIndex={0} dir="ltr">
98
{transformCode(children, language)}
99
</pre>
100
0 commit comments