From 323d749189381c480ec0038ce2d077f2faefb7f8 Mon Sep 17 00:00:00 2001 From: sbansal1999 Date: Mon, 1 May 2023 21:31:26 +0530 Subject: [PATCH] status-message: Add margin-top to sender info to avoid overlap. Earlier, the sender info would overlap with the edit compose area because of another class applying "margin-top" to keep the sender info properly aligned when the message is not being edited. However, that "margin-top" had to be changed when the edit compose is opened. This commits adds that "margin-top" to sender info to make sure that it doesn't overlap with the edit compose area. --- web/styles/zulip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index c3a39a968f..61ad5b37c0 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -919,6 +919,7 @@ td.pointer { vertical-align: top; line-height: 0; + margin-top: 4px !important; .message_edit_notice { line-height: 0;