Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(email): Fix email body height bug #1280
Summary: Some emails were having their body height set to 0 if their height was dependent upon the iframe height -- e.g. body.height equals 100% or inherit. Added a check to see if height computed to 0px and if so, set the height to auto. Test Plan: Tested with emails on my computer Reviewers: juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D3100
- Loading branch information