Skip to content

Commit

Permalink
Reset button height in the WP backend
Browse files Browse the repository at this point in the history
  • Loading branch information
agh1 committed Aug 4, 2020
1 parent 24a9178 commit be37c14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/civicrm.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit be37c14

Please sign in to comment.