diff --git a/static/styles/message_edit_history.css b/static/styles/message_edit_history.css index 4418681d64..19aeb2152d 100644 --- a/static/styles/message_edit_history.css +++ b/static/styles/message_edit_history.css @@ -3,6 +3,18 @@ float: right; } + .date_row > span { + display: flex; + align-items: center; + white-space: nowrap; + + &::before, + &::after { + width: 100%; + margin: 0; + } + } + .message_time { position: static; }