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"