]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Unflip the heading text on the new user screen for RTL languages
[rails.git] / 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 {