summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-05-23 19:41:31 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-05-23 19:41:31 +0000
commit1f118feb4a69319fd76eb99587cc0a05f676b84f (patch)
tree2fa0c54d25b574a9787196686496f04ca94c1ded
parent6f90976b933214ddc8ab59e52b75d9501ef07560 (diff)
parent5271c3bc41f1b3eb010457332996a5e8bbd4aa64 (diff)
downloadgitlab-ce-1f118feb4a69319fd76eb99587cc0a05f676b84f.tar.gz
Merge branch '62107-fix-detail-page-header-height' into 'master'
Fixes issue height of detail-page-header Closes #62193 and #62107 See merge request gitlab-org/gitlab-ce!28650
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss1
-rw-r--r--changelogs/unreleased/62107-fix-detail-page-header-height.yml5
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index cb5f1a84005..c386493231c 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -21,7 +21,6 @@
.detail-page-header-body {
position: relative;
- line-height: 35px;
display: flex;
flex: 1 1;
min-width: 0;
diff --git a/changelogs/unreleased/62107-fix-detail-page-header-height.yml b/changelogs/unreleased/62107-fix-detail-page-header-height.yml
new file mode 100644
index 00000000000..3723f323bcc
--- /dev/null
+++ b/changelogs/unreleased/62107-fix-detail-page-header-height.yml
@@ -0,0 +1,5 @@
+---
+title: Fix the height of the page headers on issues/merge request/snippets pages
+merge_request: 28650
+author: Erik van der Gaag
+type: fixed