diff --git a/theme/css/rtl.css b/theme/css/rtl.css index ff977988777b..0278897c261e 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; +}