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.
This commit is contained in:
sbansal1999 2023-05-01 21:31:26 +05:30 committed by Tim Abbott
parent 8a3236638a
commit 323d749189
1 changed files with 1 additions and 0 deletions

View File

@ -919,6 +919,7 @@ td.pointer {
vertical-align: top;
line-height: 0;
margin-top: 4px !important;
.message_edit_notice {
line-height: 0;