From c7e03f9a7185bf7bbde6ea4443b2eed630f84c44 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Fri, 15 Feb 2019 15:00:24 +0000 Subject: [PATCH] message view: Fix margin for date separator. Without this tweak the date separator overlaps the left borner. --- static/styles/zulip.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 47f606eda9..4684fc8711 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -2651,6 +2651,10 @@ div.topic_edit_spinner .loading_indicator_spinner { padding-bottom: 0px; } +.date_row { + margin-left: 2px; +} + .date_row .date-direction { display: inline-block; padding-right: 5px;