Unflip the heading text on the new user screen for RTL languages
Fixes #3752
This commit is contained in:
parent
2da7976763
commit
d6586275e9
1 changed files with 4 additions and 0 deletions
|
@ -1091,6 +1091,10 @@ tr.turn:hover {
|
|||
|
||||
[dir=rtl] .header-illustration {
|
||||
transform: scaleX(-1);
|
||||
|
||||
h1 {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
}
|
||||
|
||||
#content.maximised {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue