Unflip the heading text on the new user screen for RTL languages

Fixes #3752
This commit is contained in:
Tom Hughes 2022-10-12 08:48:29 +01:00
parent 2da7976763
commit d6586275e9

View file

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