Merge branch 'fix/no-border-on-last-notif' into 'develop'

Fix red border not appearing on the last notification.

See merge request !59
This commit is contained in:
Shpuld Shpuldson 2017-03-09 13:04:10 -05:00
commit 2f0fcd14c9
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@
}
&:last-child {
border: none
border-bottom: none;
border-radius: 0 0 10px 10px;
}
}