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

Fix red border not appearing on the last notification.

See merge request !59
environments/dev/deployments/1
Shpuld Shpuldson 8 years ago
commit 2f0fcd14c9

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

Loading…
Cancel
Save