]> git.openstreetmap.org Git - rails.git/commitdiff
Unflip the heading text on the new user screen for RTL languages
authorTom Hughes <tom@compton.nu>
Wed, 12 Oct 2022 07:48:29 +0000 (08:48 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 12 Oct 2022 07:48:29 +0000 (08:48 +0100)
Fixes #3752

app/assets/stylesheets/common.scss

index 744625e87a7ec2304709d5a029f739b845c24539..5ff48dc6c54c226cbe4a4de27bef891858ac23eb 100644 (file)
@@ -1091,6 +1091,10 @@ tr.turn:hover {
 
 [dir=rtl] .header-illustration {
   transform: scaleX(-1);
+
+  h1 {
+    transform: scaleX(-1);
+  }
 }
 
 #content.maximised {