-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Chrome plugin inserts an additional blank line at the top of Gmail #243
Comments
I have noticed this, but I guess I stopped seeing it after a while. I'll fix it in the next release. You can fix it yourself by adding this to your "Primary Styling CSS" in the MDH Options, below the existing .markdown-here-wrapper:first-of-type > p:first-of-type {
margin-top: 0 !important;
} (I adapted that from the Salutation Styling on our Hints and Tips wiki page.) Does that fix it for you? |
That fix does work, thanks! Is that something that can be fixed for everyone in future versions of the plugin? |
In my fix I made an even simpler change -- I just got rid of the top margin altogether. The p {
margin: 0 0 1.2em 0 !important;
} (Also note that in the CSS I suggested earlier, the |
When using the current Chrome plugin (2.11.3) toggling Mardown mode in a Gmail will insert a space at the top of the email. It effectively looks like an additional line of whitespace, but this line is not removable.
Here is an example, before:
After:
This is on Chrome 40.0.2214.94 on Mac OS X (10.10.2).
Let me know if any more information is needed.
The text was updated successfully, but these errors were encountered: