Fix profile_header bottom margin, #51807.
This commit is contained in:
parent
5618606301
commit
052622a3d0
2 changed files with 6 additions and 6 deletions
|
@ -222,7 +222,7 @@
|
|||
}
|
||||
|
||||
.profile-header {
|
||||
margin: 0 auto;
|
||||
margin: 0 $gl-padding 10px;
|
||||
|
||||
.avatar-holder {
|
||||
width: 90px;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
= 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: ''
|
||||
|
||||
.user-info.prepend-left-default.append-right-default
|
||||
.user-info
|
||||
.cover-title
|
||||
= @user.name
|
||||
|
||||
|
@ -81,10 +81,10 @@
|
|||
= icon('briefcase')
|
||||
= @user.organization
|
||||
|
||||
- if @user.bio.present?
|
||||
.cover-desc
|
||||
%p.profile-user-bio
|
||||
= @user.bio
|
||||
- if @user.bio.present?
|
||||
.cover-desc
|
||||
%p.profile-user-bio
|
||||
= @user.bio
|
||||
|
||||
- unless profile_tabs.empty?
|
||||
.scrolling-tabs-container
|
||||
|
|
Loading…
Reference in a new issue