message view: Fix margin for date separator.

Without this tweak the date separator overlaps
the left borner.
This commit is contained in:
Steve Howell
2019-02-15 15:00:24 +00:00
committed by Tim Abbott
parent 8779e550a4
commit c7e03f9a71

View File

@@ -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;