From: Friendica Date: Thu, 19 Apr 2018 19:49:58 +0000 (+0000) Subject: Image in /contacts/xx is shifted. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=226d90ad5aaca2003b6cbb13a8d13977f2caa30c;p=friendica.git 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. --- diff --git a/view/global.css b/view/global.css index 30dbeeff09..c23cba31b3 100644 --- a/view/global.css +++ b/view/global.css @@ -202,6 +202,7 @@ blockquote.shared_content { } #profile-photo-wrapper { + clear: both; overflow: hidden; }