Commit 052622a3 authored by Harry Kiselev's avatar Harry Kiselev

Fix profile_header bottom margin, #51807.

parent 56186063
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
} }
.profile-header { .profile-header {
margin: 0 auto; margin: 0 $gl-padding 10px;
.avatar-holder { .avatar-holder {
width: 90px; width: 90px;
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
= link_to avatar_icon_for_user(@user, 400), target: '_blank', rel: 'noopener noreferrer' do = link_to avatar_icon_for_user(@user, 400), target: '_blank', rel: 'noopener noreferrer' do
= image_tag avatar_icon_for_user(@user, 90), class: "avatar s90", alt: '' = image_tag avatar_icon_for_user(@user, 90), class: "avatar s90", alt: ''
.user-info.prepend-left-default.append-right-default .user-info
.cover-title .cover-title
= @user.name = @user.name
...@@ -81,10 +81,10 @@ ...@@ -81,10 +81,10 @@
= icon('briefcase') = icon('briefcase')
= @user.organization = @user.organization
- if @user.bio.present? - if @user.bio.present?
.cover-desc .cover-desc
%p.profile-user-bio %p.profile-user-bio
= @user.bio = @user.bio
- unless profile_tabs.empty? - unless profile_tabs.empty?
.scrolling-tabs-container .scrolling-tabs-container
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment