diff --git a/src/views/emails/partials/header.tpl b/src/views/emails/partials/header.tpl
index a467339215..be45efadaf 100644
--- a/src/views/emails/partials/header.tpl
+++ b/src/views/emails/partials/header.tpl
@@ -8,7 +8,7 @@
-
+
-
+
+ /* https://github.com/NodeBB/NodeBB/issues/11572 */
+ img[src*="nodebb-plugin-emoji"] {
+ width: 23px;
+ height: auto;
+ vertical-align: top;
+ }
+
-
-
+
+
-
+
-
-
-
+
+
+
-
-
-
-
- {{{ if logo.src }}}
-
- {{{ else }}}
-
- {{{ end }}}
- |
-
-
-
\ No newline at end of file
+
+
+
+
+ {{{ if logo.src }}}
+
+ {{{ else }}}
+
+ {{{ end }}}
+ |
+
+
+
\ No newline at end of file