Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Oct 1, 2024
1 parent 1cb0b0a commit 351963c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tests/Components/StyleTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ public async Task Should_render_inline()
<mjml-test>
<mj-head>
<mj-style inline=""inline"">
.red-text div {
color: red !important;
}
</mj-style>
</mj-head>
<mj-body>
<mj-raw>
<div class=""red-text"">
<div style=""word-break: break-word; font-weight: bold; font-style: abc;""></div>
<div style=""font-weight: bold; font-size: 1.5rem;""></div>
</div>
</mj-raw>
</mj-body>
Expand Down

0 comments on commit 351963c

Please sign in to comment.