mirror of https://github.com/zulip/zulip.git
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:
parent
8a3236638a
commit
323d749189
|
@ -919,6 +919,7 @@ td.pointer {
|
|||
|
||||
vertical-align: top;
|
||||
line-height: 0;
|
||||
margin-top: 4px !important;
|
||||
|
||||
.message_edit_notice {
|
||||
line-height: 0;
|
||||
|
|
Loading…
Reference in New Issue