From 0959499450b22941d76e280155eaac34a9a95336 Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Mon, 22 Jan 2018 09:15:55 -0700 Subject: [PATCH] Changed width to maxwidth (#9830) --- website/client/components/userMenu/profile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/components/userMenu/profile.vue b/website/client/components/userMenu/profile.vue index 38409286c2..b5ef38bdf1 100644 --- a/website/client/components/userMenu/profile.vue +++ b/website/client/components/userMenu/profile.vue @@ -357,7 +357,7 @@ div } .photo img { - width: 100%; + max-width: 100%; } .header {