Skip to content
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

Open
jmcclelland opened this issue Sep 22, 2021 · 4 comments
Open

reply-to drop down does not fully appear #531

jmcclelland opened this issue Sep 22, 2021 · 4 comments

Comments

@jmcclelland
Copy link

When you have the "Enable Custom Reply-To" configured (via CiviMail -> Mailer Settings), the drop down box disappears:

reply-to

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:

 #bootstrap-theme .select2-container .select2-choice { 
    height: 26px;
  }  
mlutfy added a commit to coopsymbiotic/shoreditch that referenced this issue Oct 25, 2021
@mlutfy
Copy link
Member

mlutfy commented Oct 25, 2021

@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.

@jmcclelland
Copy link
Author

@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?

@mlutfy
Copy link
Member

mlutfy commented Oct 26, 2021

@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).

@MarcMichalsky
Copy link

MarcMichalsky commented Feb 9, 2023

Are there any plans to merge commit 5f2ca3f? It's annoying and it won't be fixed on the Mosaico side either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants