summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Kiselev <harry.kiselev@gmail.com>2018-11-19 22:31:42 +0300
committerHarry Kiselev <harry.kiselev@gmail.com>2018-12-10 12:14:32 +0300
commit95491f398772e5f84af08ae97be3071dbba7377f (patch)
tree59b728e6da6729d0a62b161a009bf3eca0cbc3b0
parent052622a3d0062796e7e6a8281710cd91e50bd310 (diff)
downloadgitlab-ce-95491f398772e5f84af08ae97be3071dbba7377f.tar.gz
Remove unnecessary paddings at profile user bio block.
This commit closes #51807 issue.
-rw-r--r--app/assets/stylesheets/pages/profile.scss1
-rw-r--r--changelogs/unreleased/profile-fixing.yml5
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index f7a88c5b8c1..6b16720febd 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -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 {
diff --git a/changelogs/unreleased/profile-fixing.yml b/changelogs/unreleased/profile-fixing.yml
new file mode 100644
index 00000000000..7e255d997d8
--- /dev/null
+++ b/changelogs/unreleased/profile-fixing.yml
@@ -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