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
1 changed files with 2 additions and 1 deletions

View File

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