Skip to content

Commit

Permalink
Shoreditch civicrm#531: fix Mosaico reply-to select2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlutfy committed Oct 25, 2021
1 parent d65d510 commit 5f2ca3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/civicrm/zz-symbiotic/_symbiotic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
.ck-editor__editable_inline {
max-height: 450px;
}

// Fix reply-to in civimail
// https://github.com/civicrm/org.civicrm.shoreditch/issues/531
.crm-mosaico-page {
.select2-container .select2-choice {
min-height: 26px !important;
}
}

0 comments on commit 5f2ca3f

Please sign in to comment.