From 2482dc1869b4ed86b2ce17fec85793ae2c3609d3 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Mon, 8 Aug 2016 00:59:04 +0200 Subject: [PATCH] Fix missing avatar of inviter in getting started view --- app/assets/stylesheets/getting-started.scss | 4 ++++ app/views/people/_add_contact.haml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/getting-started.scss b/app/assets/stylesheets/getting-started.scss index 32b416449..206eccd24 100644 --- a/app/assets/stylesheets/getting-started.scss +++ b/app/assets/stylesheets/getting-started.scss @@ -4,6 +4,10 @@ height: 200px; } + .well .avatar { + min-width: 50px; + } + .well .media{ overflow: visible; } diff --git a/app/views/people/_add_contact.haml b/app/views/people/_add_contact.haml index 6c03fcec1..5180ee22a 100644 --- a/app/views/people/_add_contact.haml +++ b/app/views/people/_add_contact.haml @@ -1,5 +1,6 @@ .well - = t('.invited_by') + %strong + = t(".invited_by") .media .pull-right = render partial: "aspect_memberships/aspect_membership_dropdown"