Make WordPress Core

Changeset 63555


Ignore:
Timestamp:
09/09/2026 10:38:19 AM (11 days ago)
Author:
tyxla
Message:

Toolbar: Prevent the site title from showing behind the site icon on narrow screens.

Merges [63554] to the 7.1 branch.

See #66064.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/7.1/src/wp-includes/css/admin-bar.css

    r63553 r63555  
    939939        }
    940940
     941        /*
     942         * Flex prevents `text-indent` from hiding the site title, and is unused here
     943         * since the icon is positioned absolutely below.
     944         */
     945        #wpadminbar #wp-admin-bar-site-name.has-site-icon > .ab-item {
     946                display: block;
     947        }
     948
    941949        #wpadminbar #wp-admin-bar-site-name > .ab-item .site-icon {
    942950                position: absolute;
Note: See TracChangeset for help on using the changeset viewer.