From a74a02929d7d902001767b45849464e10a255fe8 Mon Sep 17 00:00:00 2001 From: Pablo Cuadrado Date: Fri, 11 Jul 2014 12:16:05 -0300 Subject: [PATCH] max-width for profile avatar --- app/assets/stylesheets/new_styles/_settings.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/new_styles/_settings.scss b/app/assets/stylesheets/new_styles/_settings.scss index 1b3c53ab9..d5324108c 100644 --- a/app/assets/stylesheets/new_styles/_settings.scss +++ b/app/assets/stylesheets/new_styles/_settings.scss @@ -10,4 +10,8 @@ .enclosed-checkbox label { margin-bottom: 0; +} + +#profile_photo_upload .avatar { + max-width: 150px; } \ No newline at end of file