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
|
|
127 | 127 | .try-gutenberg-panel h3 { |
128 | 128 | margin: 17px 0 0; |
129 | 129 | font-size: 16px; |
| 130 | line-height: 1.4; |
130 | 131 | } |
131 | 132 | |
132 | 133 | .welcome-panel li, |