From 585e98fe2b1b2465a0db2d4d18c0687ee1dd09a4 Mon Sep 17 00:00:00 2001
From: Emmanuel ROHEE <erohee@amdocs.com>
Date: Fri, 5 Sep 2014 15:37:51 +0200
Subject: [PATCH] BF: Fixed members list layout when the scrollbar appears

---
 webclient/app.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/webclient/app.css b/webclient/app.css
index 9a4666ad7b..dbee02f83d 100755
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -251,12 +251,14 @@ a:active  { color: #000; }
 .userAvatar .userAvatarImage {
     position: absolute;
     top: 0px;
-    object-fit: cover;    
+    object-fit: cover;
+    width: 100%;
 }
 
 .userAvatar .userAvatarGradient {
     position: absolute;
     bottom: 20px;
+    width: 100%;
 }
 
 .userAvatar .userName {
-- 
GitLab