Make WordPress Core

Changeset 57792

Timestamp:
03/08/2024 10:09:29 PM (5 months ago)
Author:
audrasjb
Message:

Toolbar: Fix dropdown admin menu styles on front-end.

This changeset switches back the admin menu items height property to px unit to prevent issues with themes using html { font-size: 62.5%; }.

Follow-up to [57765].

Props bgnicolepaschen, sabernhardt, huzaifaalmesbah, ironprogrammer, shailu25.
Fixes #60707.
See #43633.

File:
1 edited

Legend:

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

    r57765 r57792  
    188188#wpadminbar .shortlink-input {
    189189    line-height: 2;
    190     height: 1.625rem;
     190    height: ;
    191191    white-space: nowrap;
    192192    min-width: 140px;
     
    464464    background: none;
    465465    padding: 0;
    466     height: 1.125rem;
     466    height: 1;
    467467}
    468468
Note: See TracChangeset for help on using the changeset viewer.