Fix red border not appearing on the last notification.

feature/user_timelines
shpuld 8 years ago
parent 7aa1f02e38
commit bd7a05dee1

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

Loading…
Cancel
Save