diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 54c00a8c30..2a945c0424 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -601,6 +601,18 @@ td.pointer { } } +.sender-status { + display: inline-block; + margin: 8px 0px 8px -3px; + /* this normalizes the margin of the emoji reactions with normal messages. */ + padding-bottom: 5px; + vertical-align: middle; + line-height: 18px; + font-size: 14px; + position: relative; + max-width: calc(100% - 50px); +} + .sender-status .message_edit_notice { line-height: 18px; } @@ -1051,18 +1063,6 @@ td.pointer { margin-left: -3px; } -.sender-status { - display: inline-block; - margin: 8px 0px 8px -3px; - /* this normalizes the margin of the emoji reactions with normal messages. */ - padding-bottom: 5px; - vertical-align: middle; - line-height: 18px; - font-size: 14px; - position: relative; - max-width: calc(100% - 50px); -} - .sender_name-in-status { margin-right: 3px; font-weight: 700;