Make WordPress Core

Changeset 52177

Timestamp:
11/16/2021 03:16:40 AM (3 years ago)
Author:
hellofromTonya
Message:

Widgets: Wraps long widget titles in classic Widgets screen.

Follow-up to [18577], [26426].

Props afercia, bravokeyl, drewapicture, gkloveweb, hitendra-chopda, hellofromTonya, ianhayes94, ovann86, pankajmohale, poena, sabrib, swissspidy, xkon.
Fixes #37451.

File:
1 edited

Legend:

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

    r51727 r52177  
    347347    padding: 8px 10px;
    348348    overflow: hidden;
    349     white-space: nowrap;
     349    white-space: normal;
     350    line-height: 1.5;
    350351}
    351352
     
    482483div#widgets-right .sidebar-name h2,
    483484div#widgets-right .sidebar-name h3 {
    484     padding: 15px 7px;
     485    padding: 15px 7px;
    485486}
    486487
     
    507508    top: -2px;
    508509    margin: -5px 5px;
     510
     511
     512
     513
     514
     515
    509516}
    510517
Note: See TracChangeset for help on using the changeset viewer.