This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e1ec83  Update UserInfo.jsx and set additional properties for 
react-gravatar (#4118)
6e1ec83 is described below

commit 6e1ec8347d6fb8adb2ea65222a18044cbe60501b
Author: James Pesculis <[email protected]>
AuthorDate: Tue Dec 26 02:29:27 2017 -0500

    Update UserInfo.jsx and set additional properties for react-gravatar (#4118)
---
 superset/assets/javascripts/profile/components/UserInfo.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/assets/javascripts/profile/components/UserInfo.jsx 
b/superset/assets/javascripts/profile/components/UserInfo.jsx
index cf9bde7..4cc54be 100644
--- a/superset/assets/javascripts/profile/components/UserInfo.jsx
+++ b/superset/assets/javascripts/profile/components/UserInfo.jsx
@@ -15,6 +15,7 @@ const UserInfo = ({ user }) => (
         email={user.email}
         width="100%"
         height=""
+        size="220"
         alt={t('Profile picture provided by Gravatar')}
         className="img-rounded"
         style={{ borderRadius: 15 }}

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to