From d2820f942ed140abcbb4dc48f74c1a22fd12e753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 3 Mar 2017 10:57:31 +0100 Subject: [PATCH] forcing flex on suggested-link --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index c280434a..327da3ff 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -529,7 +529,7 @@ span.badge.new.white{ } .suggested-link { - display: flex; + display: flex !important; justify-content: space-around; }