Make WordPress Core


Ignore:
Timestamp:
08/17/2019 02:33:01 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Plugins: Adjust margin for plugin headings on "Add Plugins" screen to avoid overlapping with "Network Activate" button.

Props justinahinon, chetan200891.
Fixes #47600.

File:
1 edited

Legend:

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

    r45756 r45824  
    14661466
    14671467.plugin-card h3 {
    1468     margin: 0 0 12px;
     1468    margin: 0 12px 12px 0;
    14691469    font-size: 18px;
    14701470    line-height: 1.3;
     
    16471647    }
    16481648
     1649    .plugin-card h3 {
     1650        margin-right: 24px;
     1651    }
     1652
    16491653    .plugin-card .name,
    16501654    .plugin-card .desc {
Note: See TracChangeset for help on using the changeset viewer.