From 247ab4a830491b2242c0a9eb6a2024dadd59b9c2 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 18 Jan 2019 15:40:07 -0500 Subject: [PATCH] Align notification in unread education message --- app/assets/stylesheets/common/base/_topic-list.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index f732d4017ae..c888928db6f 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -273,6 +273,9 @@ ol.category-breadcrumb { div.education { color: dark-light-choose($primary-medium, $secondary-medium); + .badge-notification.new-posts { + vertical-align: text-bottom; + } } .list-cell {