Skip to content

Commit e785c0d

Browse files
committed
18083 FIX HTML Email: Correct rendering of arrwos in bulk summary
SUP-24976 Change-Id: I1982b3c2434c919034355e04bf87da7cf95068f9
1 parent e02db2e commit e785c0d

2 files changed

Lines changed: 24 additions & 9 deletions

File tree

.werks/18083.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[//]: # (werk v2)
2+
# HTML Email: Correct rendering of arrwos in bulk summary
3+
4+
key | value
5+
---------- | ---
6+
date | 2025-07-31T06:38:25+00:00
7+
version | 2.4.0p9
8+
class | fix
9+
edition | cre
10+
component | notifications
11+
level | 1
12+
compatible | yes
13+
14+
This werk only affects the classic Outlook Desktop client.
15+
16+
The arrows in the bulk summary were broken.
17+
This has been fixed.

notifications/templates/mail/bulk.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@
4545
line-height: 1;
4646
height: 33px">
4747
<!--[if mso]>
48-
<div style="margin-top: 5px;">
49-
<![endif]-->
48+
<div style="font-size: 14px; font-weight: 600; line-height: 1.5; display: inline-block; white-space: nowrap; margin-top: 5px;">
49+
&rarr;
50+
</div>
51+
<![endif]-->
52+
<!--[if !mso]><!-- -->
5053
<div style="font-size: 14px;
5154
font-weight: 600;
5255
line-height: 1.5;
5356
display: inline-block">&#8211;&#8250;</div>
54-
<!--[if mso]>
55-
</div>
56-
<![endif]-->
57+
<!--<![endif]-->
5758
</td>
5859
<td style="padding: 0; vertical-align: middle;">
5960
<div class="mobile_event_marker_bulk"
@@ -68,10 +69,7 @@
6869
{% endif %}
6970
</div>
7071
</td>
71-
<td align="right"
72-
width="100%"
73-
style="padding: 0;
74-
vertical-align: middle">{{ entry.LONGDATETIME }}</td>
72+
<td align="right" width="100%" style="padding: 0; vertical-align: middle">{{ entry.LONGDATETIME }}</td>
7573
</tr>
7674
</table>
7775
<table>

0 commit comments

Comments
 (0)