Make WordPress Core

Changeset 52736


Ignore:
Timestamp:
02/15/2022 06:27:05 PM (3 years ago)
Author:
audrasjb
Message:

Administration: Fix a CSS issue on the Welcome Panel when the "Dashboard" heading is missing.

This change adds a CSS exception for when the "Dashboard" heading is missing or located below the Welcome Panel.

Props critterverse, sabernhardt, rolfsiebers, audrasjb.
Merges [52735] to the 5.9 branch.
Fixes #54977.

Location:
branches/5.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.9

  • branches/5.9/src/wp-admin/css/dashboard.css

    r52564 r52736  
    111111}
    112112
     113/* Screen meta exception for when the "Dashboard" heading is missing or located below the Welcome Panel. */
     114.index-php #screen-meta-links {
     115    margin: 0 20px 8px 0;
     116}
     117
    113118/* Welcome Panel */
    114119.welcome-panel {
     
    121126    font-size: 14px;
    122127    line-height: 1.3;
     128    clear: both;
    123129}
    124130
Note: See TracChangeset for help on using the changeset viewer.