mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
message view: Fix margin for date separator.
Without this tweak the date separator overlaps the left borner.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user