Make WordPress Core

Changeset 55582


Ignore:
Timestamp:
03/22/2023 12:48:30 PM (2 years ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/login.css

    r52174 r55582  
    438438}
    439439
    440 .login .language-switcher .button-primary {
    441     float: none;
     440.login .language-switcher .button {
    442441    margin-bottom: 0;
    443442}
     
    473472
    474473@media screen and (max-width: 400px) {
    475     .login .language-switcher .button-primary {
     474    .login .language-switcher .button {
    476475        display: block;
    477476        margin: 5px auto 0;
Note: See TracChangeset for help on using the changeset viewer.