diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index e5463aad0f..a4ed81d963 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -1062,12 +1062,14 @@ td.pointer { height: 100%; } -.last_message .unread_marker { - bottom: 0; -} +.last_message { + .unread_marker { + bottom: 0; + } -.last_message .messagebox-content { - padding-bottom: 1px; + .messagebox-content { + padding-bottom: 1px; + } } .unread .unread_marker {