From e6f23cf96aed64291f50c2ba2ed9e9514f5626e6 Mon Sep 17 00:00:00 2001 From: Amin Sharifi Date: Wed, 8 Nov 2023 12:50:57 +0330 Subject: [PATCH 1/2] fixture for svg renders in rtl contents --- theme/css/rtl.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/css/rtl.css b/theme/css/rtl.css index ff977988777b..2301a5c1ff81 100644 --- a/theme/css/rtl.css +++ b/theme/css/rtl.css @@ -5,3 +5,6 @@ [dir="rtl"] #cookieBar { direction: ltr; } +[dir="rtl"] svg { + direction: ltr; +} \ No newline at end of file From 6ca6389543af999325f2f013000a007ed4febe9d Mon Sep 17 00:00:00 2001 From: Amin Sharifi Date: Wed, 8 Nov 2023 17:45:36 +0330 Subject: [PATCH 2/2] reformated with dprint --- theme/css/rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/css/rtl.css b/theme/css/rtl.css index 2301a5c1ff81..0278897c261e 100644 --- a/theme/css/rtl.css +++ b/theme/css/rtl.css @@ -7,4 +7,4 @@ } [dir="rtl"] svg { direction: ltr; -} \ No newline at end of file +}