From 226d90ad5aaca2003b6cbb13a8d13977f2caa30c Mon Sep 17 00:00:00 2001 From: Friendica Date: Thu, 19 Apr 2018 19:49:58 +0000 Subject: [PATCH] Image in /contacts/xx is shifted. The contact image for a single contact in /contacts/xx is next to the contact name instead of below, fix that. --- view/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/global.css b/view/global.css index 30dbeeff0..c23cba31b 100644 --- a/view/global.css +++ b/view/global.css @@ -202,6 +202,7 @@ blockquote.shared_content { } #profile-photo-wrapper { + clear: both; overflow: hidden; }