message_feed: Fix alignment of EDITED notices in /me message.

Fixes part of #23101.
This commit is contained in:
Akarsh Jain 2022-10-06 12:27:05 +05:30 committed by Tim Abbott
parent 065f5413ae
commit 3d4a2eb468

View File

@ -961,7 +961,7 @@ td.pointer {
max-width: calc(100% - 50px);
.message_edit_notice {
line-height: 18px;
vertical-align: middle;
}
}