Skip to content

Commit 2737562

Browse files
authored
outlook web dark mode layout border fix (#45024)
1 parent 81ea922 commit 2737562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/resources/views/html/layout.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<!-- Email Body -->
3535
<tr>
36-
<td class="body" width="100%" cellpadding="0" cellspacing="0">
36+
<td class="body" width="100%" cellpadding="0" cellspacing="0" style="border: hidden !important;">
3737
<table class="inner-body" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
3838
<!-- Body content -->
3939
<tr>

0 commit comments

Comments
 (0)