Remove unnecessary paddings at profile user bio block.

This commit closes #51807 issue.
This commit is contained in:
Harry Kiselev 2018-11-19 22:31:42 +03:00
parent 052622a3d0
commit 95491f3987
2 changed files with 5 additions and 1 deletions

View File

@ -98,7 +98,6 @@
// Limits the width of the user bio for readability.
max-width: 600px;
margin: 10px auto;
padding: 0 16px;
}
.user-avatar-button {

View File

@ -0,0 +1,5 @@
---
title: Fix bottom paddings of profile header and some markup updates of profile
merge_request: 23168
author: Harry Kiselev
type: other