diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss index 54cd5b58..b0da18f9 100644 --- a/src/components/notification/notification.scss +++ b/src/components/notification/notification.scss @@ -2,7 +2,8 @@ .notification-reaction-emoji { width: 40px; - display: flex; + display: inline-flex; + vertical-align: middle; flex-direction: column; }