From b70f684efcdab6a9c6297e366cda5b88e2cd4b60 Mon Sep 17 00:00:00 2001
From: Maxwell Salzberg <maxwell@joindiaspora.com>
Date: Thu, 25 Aug 2011 12:16:03 -0700
Subject: [PATCH] fix css for hovercards in notifications, and people with long
 names

---
 public/stylesheets/sass/hovercard.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/public/stylesheets/sass/hovercard.scss b/public/stylesheets/sass/hovercard.scss
index 68a7fe1e4b..2ec6dceebb 100644
--- a/public/stylesheets/sass/hovercard.scss
+++ b/public/stylesheets/sass/hovercard.scss
@@ -11,6 +11,7 @@
 
   .avatar {
     position: relative;
+    float: left;
     height: 70px !important;
     width: 70px !important;
     top: 0 !important;
@@ -28,8 +29,10 @@
 
   h4 {
     margin-bottom: 10px;
+    overflow:hidden;
   }
 
+
   a {
     color: $blue;
     font-weight: bold !important;
-- 
GitLab