Two New Options: applyHeightAttributes and applyCenterAttributes#64
Open
madmanlear wants to merge 3 commits intojonkemp:masterfrom
Open
Two New Options: applyHeightAttributes and applyCenterAttributes#64madmanlear wants to merge 3 commits intojonkemp:masterfrom
madmanlear wants to merge 3 commits intojonkemp:masterfrom
Conversation
Owner
|
@madmanlear are there any open issues which this pull request is addressing? |
Author
|
@jonkemp There aren't, though I'm happy to open some. These are just very common needs for email development that I kept running into. |
Owner
|
@madmanlear if you don't mind, that would be helpful. Even if it's just one. |
This was referenced May 30, 2017
Author
|
@jonkemp done! |
Owner
|
@madmanlear thanks. Can you actually split this into two pull requests, one for each feature? Tests would be good as well. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These updates are very exclusively for email development, specifically more awful clients like Outlook 2013.
margin: auto(or some variant withauto) is applied. If the element is an image, it's wrapped in a<center>element. If it's a table, the attributealign="center"is added.