Fix red border not appearing on the last notification.

This commit is contained in:
shpuld 2017-03-09 19:57:20 +02:00
parent 7aa1f02e38
commit bd7a05dee1

View file

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