Skip to content

Commit

Permalink
Stop login/signup tab bar getting reversed with RTL languages
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed May 12, 2024
1 parent ebb1fba commit c2977d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,10 @@ tr.turn {
h1 {
transform: scaleX(-1);
}

ul {
transform: scaleX(-1);
}
}

/* Rules for small maps in content areas */
Expand Down

0 comments on commit c2977d6

Please sign in to comment.