From 422004bbfac5880afedca9cc46b23757ef3eb9e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come.chilliet@fusiondirectory.org>
Date: Wed, 27 Nov 2019 12:29:02 +0100
Subject: [PATCH] :ambulance: fix(user) Add max-width for jpegPhoto display to
 avoid overlap

issue #6049
---
 html/plugins/users/style/user_tab.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/html/plugins/users/style/user_tab.css b/html/plugins/users/style/user_tab.css
index 4687b0f16..0745fbd87 100644
--- a/html/plugins/users/style/user_tab.css
+++ b/html/plugins/users/style/user_tab.css
@@ -6,6 +6,7 @@
   top: 32px;
   box-sizing: border-box;
   max-height: 80%;
+  max-width: 155px;
   }
 
   .plugin-section#perso > div > table {
-- 
GitLab