I want them to have different font size
But when I update the workflow from dashbord.
The classes gets removed, is that expected?
8 Replies
@ManwinderSingh, you just advanced to level 3!
Hi @ManwinderSingh, I'm an AI assistant for Novu. While a team member reviews this question, I'll look through relevant sources and see if I can provide suggestions. Please tag @Ask Inkeep with any follow-up questions.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Frequently Asked Questions
* Template Store
* VanillaJS
* Data Migrations
-----------------------------
Answer
Based on the information from the provided sources, there isn't specific documentation addressing the behavior of classes getting removed when updating workflows from the dashboard. However, it's crucial to ensure that any changes made within the Novu dashboard, specifically in workflow configurations or template edits, are saved properly. If you're encountering unexpected behavior, it might be related to how updates are applied within the dashboard, but without direct documentation on this issue, I recommend verifying that all steps to save and update workflows are followed correctly (1) (2) .
If this issue persists and significantly impacts your workflow, it could be beneficial to report it directly to Novu's support or through their community channels, as it might require a more in-depth technical review.
Got it. Tagging @Support for additional help.
@Pawan Jain Please help here
@ManwinderSingh
Could you please share the content you used in editor?
<style>
.title {
font-size: 24px;
}
.body {
font-size: 18px;
}
</style>
<body>
<div class="title">{{title}}</div>
<div class="body">{{body}}</div>
</body>
@ManwinderSingh
Try with inline css