Align notification in unread education message

This commit is contained in:
Kris 2019-01-18 15:40:07 -05:00
parent 59028035df
commit 247ab4a830
1 changed files with 3 additions and 0 deletions

View File

@ -273,6 +273,9 @@ ol.category-breadcrumb {
div.education { div.education {
color: dark-light-choose($primary-medium, $secondary-medium); color: dark-light-choose($primary-medium, $secondary-medium);
.badge-notification.new-posts {
vertical-align: text-bottom;
}
} }
.list-cell { .list-cell {