-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reply-to drop down does not fully appear #531
Comments
@jmcclelland Thanks for the fix. I added this to our fork, if it helps: coopsymbiotic@5f2ca3f - I only see that bug on the Mosaico forms. |
@mlutfy - oh, nice, It looks like you have some nice additions to your fork (but also at least one non-generic patch). I wonder if we could get any of your other fixes here? |
@jmcclelland We try to report upstream when it makes sense. Ex: #526, #456. Others are hacks/tweaks for Drupal8/WordPress support, or questions of personal taste, such as increasing the contrast (avoid grey text on grey background). |
Are there any plans to merge commit 5f2ca3f? It's annoying and it won't be fixed on the Mosaico side either. |
When you have the "Enable Custom Reply-To" configured (via CiviMail -> Mailer Settings), the drop down box disappears:
The code and css is identical to the code/css for the From address except the From address has a default value that populates it. The default value holds the height, but without a default reply-to, it gets collapsed.
I managed a work around with this CSS code. Bootstrap sets the height to
auto
. Not sure if it's the right approach or not:The text was updated successfully, but these errors were encountered: