From a1380b2873ceefa7ec68f80041a464ea37d99f26 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Thu, 2 Feb 2023 16:50:49 +0200 Subject: [PATCH] feat(client): make the console RTL (#49210) feat(client): make the console.log RTL Co-authored-by: hbar1st hanaab@gmail.com --- client/src/components/layouts/rtl-layout.css | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/layouts/rtl-layout.css b/client/src/components/layouts/rtl-layout.css index ec7b67efb4f..7e959e90330 100644 --- a/client/src/components/layouts/rtl-layout.css +++ b/client/src/components/layouts/rtl-layout.css @@ -121,7 +121,6 @@ sections that need to stay left to right [dir='rtl'] .quote-partial, [dir='rtl'] .overflow-guard, [dir='rtl'] .challenge-preview, -[dir='rtl'] .output-text, /* timeline*/ [dir='rtl'] .timeline-pagination_list { direction: ltr;