Make WordPress Core

Ticket #44627: 44627.2.diff

File 44627.2.diff, 603 bytes (added by pbiron, 7 years ago)

unitless line-height

  • wp-admin/css/dashboard.css

    From 629d4168856cdbd4263f935fc03b67fd78af9ff0 Mon Sep 17 00:00:00 2001
    From: Paul Biron <paul@sparrowhawkcomputing.com>
    Date: Wed, 25 Jul 2018 15:27:31 -0600
    Subject: [PATCH] line-height values should be unitless.
    
    ---
     wp-admin/css/dashboard.css | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css
    index 0389d0a..9e81842 100644
    a b  
    127127.try-gutenberg-panel h3 {
    128128        margin: 17px 0 0;
    129129        font-size: 16px;
     130        line-height: 1.4;
    130131}
    131132
    132133.welcome-panel li,