From 1d8f18ff862a31f09a6bd0253fa7124e3efdb837 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sat, 19 Nov 2016 21:14:28 +0100 Subject: [PATCH] Bugfix: float for remote-friends-in-common wrapper --- view/theme/frio/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e284310b8..af31d6ee9 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2404,3 +2404,11 @@ body .tread-wrapper .hovercard a:hover { body .tread-wrapper .hovercard:hover .hover-card-content a { color: $link_color !important; } + +/* + * some temporary workarounds until this will solved + * elsewhere (e.g. new templates) + */ +section .profile-match-wrapper { + float: left; +}