fix white line below buttons in notifications

This commit is contained in:
Henry Jameson 2017-11-13 08:28:21 +03:00
parent 0584272cf1
commit 764331c80b
1 changed files with 5 additions and 2 deletions

View File

@ -129,8 +129,11 @@
word-break: break-word;
border-left-width: 0px;
line-height: 18px;
border-bottom: 1px solid;
border-bottom-color: inherit;
.timeline & {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.notify {
.avatar {