diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index dd1b9b441f..19f0d5af05 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2407,3 +2407,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; +}