-
Notifications
You must be signed in to change notification settings - Fork 182
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
MPP-3901: update disabled mask email content #5156
MPP-3901: update disabled mask email content #5156
Conversation
0a43b2b
to
614af15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The invisible content is not loaded because of the string id. But why is there invisible content in the first place???
@@ -159,7 +159,11 @@ | |||
} | |||
} | |||
</style> | |||
|
|||
{% if pretext_ftlmsg_id %} | |||
<div style="display:none !important; color: #ffffff; font-size: 0px; line-height: 0; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the point of this section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To implement "preheader text" as shown in the figma. I had to look it up too: https://www.activecampaign.com/blog/email-preheader
614af15
to
40ee038
Compare
40ee038
to
a62a244
Compare
Updated to fix the missing pretext header content. |
This PR fixes MPP-3901.
How to test:
/frontend/src/styles/tokens.scss
).