From 659ad1544ba0a8f385b2a6f4208ddb36d787f16f Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 14 Dec 2022 07:10:56 +0000 Subject: [PATCH] message_edit_history: Center align date. --- static/styles/message_edit_history.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; }