Merge branch 'add-padding-to-profile-description' into 'master'
Add padding to profile description Closes #35727 See merge request gitlab-org/gitlab-ce!18663
This commit is contained in:
commit
acae51fe41
2 changed files with 6 additions and 1 deletions
|
@ -35,7 +35,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
|
||||
.user-info.prepend-left-default.append-right-default
|
||||
.cover-title
|
||||
= @user.name
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Add padding to profile description
|
||||
merge_request: 18663
|
||||
author: George Tsiolis
|
||||
type: changed
|
Loading…
Reference in a new issue