Fixed some positioning of the notification of suggestions

This commit is contained in:
Kasper Rynning-Tønnesen
2017-03-03 10:55:43 +01:00
parent df44f83341
commit cbe270594d

View File

@@ -528,6 +528,11 @@ span.badge.new.white{
margin-left: 0px; margin-left: 0px;
} }
.suggested-link {
display: flex;
justify-content: space-around;
}
.suggested-link span.badge:after{ .suggested-link span.badge:after{
content: ""; content: "";
} }