From 7f51e5ccf251c576d4dc6e78fd499bb3e48c1511 Mon Sep 17 00:00:00 2001 From: James Pesculis Date: Tue, 26 Dec 2017 02:29:27 -0500 Subject: [PATCH] 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 cf9bde717bb6e..4cc54be6ac956 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 }}