forcing flex on suggested-link

This commit is contained in:
Kasper Rynning-Tønnesen
2017-03-03 10:57:31 +01:00
parent cbe270594d
commit d2820f942e

View File

@@ -529,7 +529,7 @@ span.badge.new.white{
} }
.suggested-link { .suggested-link {
display: flex; display: flex !important;
justify-content: space-around; justify-content: space-around;
} }