From b850597fb718b3c1e5960dd1ac2bc32a997b141d Mon Sep 17 00:00:00 2001 From: YasserYG8 Date: Sat, 27 Jun 2026 12:07:15 +0100 Subject: [PATCH] fix: force LTR direction and layout for code elements in RTL/Arabic locales --- src/app/[lang]/layout.tsx | 11 +++++------ src/app/globals.css | 10 ++++++++++ src/components/ui/CodeWorkspace.tsx | 2 +- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/app/[lang]/layout.tsx b/src/app/[lang]/layout.tsx index d58ee3f..4f674cd 100644 --- a/src/app/[lang]/layout.tsx +++ b/src/app/[lang]/layout.tsx @@ -49,16 +49,15 @@ export default async function RootLayout({ className={isDark ? "dark" : ""} suppressHydrationWarning > - - `, }} /> - -