From: Tom Hughes Date: Wed, 12 Oct 2022 07:48:29 +0000 (+0100) Subject: Unflip the heading text on the new user screen for RTL languages X-Git-Tag: live~1811 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/d6586275e971ee7c4c3f3712dc5ea50899f3135f Unflip the heading text on the new user screen for RTL languages Fixes #3752 --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 744625e87..5ff48dc6c 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1091,6 +1091,10 @@ tr.turn:hover { [dir=rtl] .header-illustration { transform: scaleX(-1); + + h1 { + transform: scaleX(-1); + } } #content.maximised {