]> git.openstreetmap.org Git - rails.git/commitdiff
Stop login/signup tab bar getting reversed with RTL languages
authorTom Hughes <tom@compton.nu>
Sun, 12 May 2024 13:55:17 +0000 (14:55 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 12 May 2024 13:55:17 +0000 (14:55 +0100)
Fixes #4780

app/assets/stylesheets/common.scss

index 0fd3317e0f1da9d13b784e34f1c3837f5ea4af01..12d115073f2f3cede709c3bfdc283a09453f95ad 100644 (file)
@@ -741,6 +741,10 @@ tr.turn {
   h1 {
     transform: scaleX(-1);
   }
+
+  ul {
+    transform: scaleX(-1);
+  }
 }
 
 /* Rules for small maps in content areas */