Login and Registration: Fix margin for language switcher button on small screens.

This fixes an alignement issue on small screens in the language switcher button displayed on the Login screen.

Follow-up to [52058], [52417].

Props sabernhardt.
Fixes #57617.


git-svn-id: https://develop.svn.wordpress.org/trunk@55582 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2023-03-22 12:48:30 +00:00
parent 464ad20218
commit 4a7009a1d2

View File

@ -437,8 +437,7 @@ input::-ms-reveal {
height: auto;
}
.login .language-switcher .button-primary {
float: none;
.login .language-switcher .button {
margin-bottom: 0;
}
@ -472,7 +471,7 @@ input::-ms-reveal {
}
@media screen and (max-width: 400px) {
.login .language-switcher .button-primary {
.login .language-switcher .button {
display: block;
margin: 5px auto 0;
}