From 95491f398772e5f84af08ae97be3071dbba7377f Mon Sep 17 00:00:00 2001 From: Harry Kiselev Date: Mon, 19 Nov 2018 22:31:42 +0300 Subject: [PATCH] Remove unnecessary paddings at profile user bio block. This commit closes #51807 issue. --- app/assets/stylesheets/pages/profile.scss | 1 - changelogs/unreleased/profile-fixing.yml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/profile-fixing.yml 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