Reset button height in the WP backend
authorAndrew Hunt <andrew@aghstrategies.com>
Thu, 30 Jul 2020 19:32:13 +0000 (15:32 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Tue, 4 Aug 2020 00:53:49 +0000 (20:53 -0400)
css/civicrm.css

index 7d843e2b4492a8ee209cb15fd591ee7ba2d378fc..3f9340be8ea21834e360796cd78838c375794666 100644 (file)
@@ -1852,6 +1852,12 @@ input.crm-form-entityref {
   color: #E6E6DC!important;
 }
 
+/* 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,