1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-12-24 03:25:16 +01:00

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;
}
}