Skip to content

Commit 73d7073

Browse files
authored
fix: correct overlay highlighting in code examples (#7669)
1 parent a3e9466 commit 73d7073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Layout/HomeContent.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,8 @@ function ExampleLayout({
859859
</div>
860860
<div
861861
ref={contentRef}
862-
className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center">
862+
className="relative mt-0 lg:-my-20 w-full p-2.5 xs:p-5 lg:p-10 flex grow justify-center"
863+
dir="ltr">
863864
{right}
864865
<div
865866
className={cn(

0 commit comments

Comments
 (0)