Make WordPress Core

Changeset 37218


Ignore:
Timestamp:
04/16/2016 01:17:36 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Plugins: Properly wrap long tab names to a second line in plugin details modal.

Fixes #33221.

File:
1 edited

Legend:

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

    r37073 r37218  
    24092409        right: 0;
    24102410        left: 0;
    2411         height: 36px;
     2411        min-height: 36px;
     2412        font-size: 0;
    24122413        z-index: 1;
    24132414        border-bottom: 1px solid #ddd;
     
    24172418#plugin-information-tabs a {
    24182419        position: relative;
    2419         float: left;
     2420        display: inline-block;
    24202421        padding: 9px 10px;
    24212422        margin: 0;
     
    24292430
    24302431#plugin-information-tabs a.current {
    2431         margin: 0 -1px 0;
     2432        margin: 0 -1px -1px;
    24322433        background: #fff;
    24332434        border: 1px solid #ddd;
Note: See TracChangeset for help on using the changeset viewer.