From bcc11b3c41a730212203ad039a8ad13b6af8c0cf Mon Sep 17 00:00:00 2001
From: Asphyxia <dario.cavuotti@gmail.com>
Date: Mon, 14 Jan 2013 00:04:36 -0300
Subject: [PATCH] Issue #3837: Hovercard causes horizontal scrollbar to appear

---
 app/assets/stylesheets/hovercard.css.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/assets/stylesheets/hovercard.css.scss b/app/assets/stylesheets/hovercard.css.scss
index a45655daa8..d126ccfff0 100644
--- a/app/assets/stylesheets/hovercard.css.scss
+++ b/app/assets/stylesheets/hovercard.css.scss
@@ -95,7 +95,8 @@
   display: none;
   z-index: 10;
 
-  width: 400px;
+  min-width: 250px;
+  max-width: 400px;
 
   padding: 10px {
     top: 5px;
-- 
GitLab