Make WordPress Core

Ticket #38216: 239.patch

File 239.patch, 760 bytes (added by butterflymedia, 9 years ago)
  • wp-admin/css/common.css

    From cfead5386183192d7785ae973b13171967337826 Mon Sep 17 00:00:00 2001
    From: Ciprian Popescu <wolffe@users.noreply.github.com>
    Date: Mon, 3 Oct 2016 10:11:25 +0100
    Subject: [PATCH] Plugin details modal tabs fix
    
    Remove hardcoded height and line height for plugin details modal tabs, as the conflict with the padding declaration.
    ---
     wp-admin/css/common.css | 2 --
     1 file changed, 2 deletions(-)
    
    diff --git a/wp-admin/css/common.css b/wp-admin/css/common.css
    index 0676888..62fbbee 100644
    a b div.action-links { 
    25882588        display: inline-block;
    25892589        padding: 9px 10px;
    25902590        margin: 0;
    2591         height: 18px;
    2592         line-height: 18px;
    25932591        font-size: 14px;
    25942592        text-decoration: none;
    25952593        -webkit-transition: none;