From 61d22e947e4b88d4312987e1ae5b600fc5132867 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Thu, 30 Jul 2020 15:32:13 -0400 Subject: [PATCH] Reset button height in the WP backend --- css/civicrm.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index d4574ae5d8..70e5a0ef01 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1849,6 +1849,12 @@ input.crm-form-entityref { margin-left: 20px; } +/* Reset WP backend min-height for buttons */ + +.wp-core-ui .crm-container .button { + min-height: 0; +} + .crm-container a.button, .crm-container a.button:link, .crm-container a.button:visited, -- 2.25.1