Skip to content

Commit 351963c

Browse files
Fix tests
1 parent 1cb0b0a commit 351963c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tests/Components/StyleTests.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,15 @@ public async Task Should_render_inline()
4040
<mjml-test>
4141
<mj-head>
4242
<mj-style inline=""inline"">
43+
.red-text div {
44+
color: red !important;
45+
}
4346
</mj-style>
4447
</mj-head>
4548
<mj-body>
4649
<mj-raw>
4750
<div class=""red-text"">
48-
<div style=""word-break: break-word; font-weight: bold; font-style: abc;""></div>
51+
<div style=""font-weight: bold; font-size: 1.5rem;""></div>
4952
</div>
5053
</mj-raw>
5154
</mj-body>

0 commit comments

Comments
 (0)