Merge branch 'fix-css-notif-button' into 'develop'

Fix white line below buttons in notifications

See merge request pleroma/pleroma-fe!153
This commit is contained in:
Shpuld Shpludson 2017-11-13 06:32:40 +00:00
commit f74ad6d3e1
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 {