From 3d4a2eb468f82eaa50416210dd01acceede312ee Mon Sep 17 00:00:00 2001 From: Akarsh Jain Date: Thu, 6 Oct 2022 12:27:05 +0530 Subject: [PATCH] message_feed: Fix alignment of EDITED notices in /me message. Fixes part of #23101. --- static/styles/zulip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index f361af4dd8..6d426fca13 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -961,7 +961,7 @@ td.pointer { max-width: calc(100% - 50px); .message_edit_notice { - line-height: 18px; + vertical-align: middle; } }