0

A colleague is facing an unusual issue. The 'from' field in their email in CiviMail is hidden, displaying only a line instead of the actual field (see pic). As a result, they are unable to update the 'from' field when composing this email. I've tried copying the email but the same thing happens. All other emails in draft are fine! Any help in trying to fix this would be greatly appreciated.

from field error

1 Answer 1

1

Yes, it is a known issue with the bootstrap theme reported at https://github.com/veda-consulting-company/uk.co.vedaconsulting.mosaico/issues/628

We were able to fix it by adding the following CSS into our theme css or custom civicrm css

.form-group .select2-container.ng-not-empty a {
  min-height:30px;
}
1
  • Thanks Pradeep thats great. Much appreciated. Commented Jun 7 at 7:55

Not the answer you're looking for? Browse other questions tagged or ask your own question.