Fixes issue height of detail-page-header

detail-page-header-body class was making the height of the header 1 pixel too big to fit evenly
This commit is contained in:
Erik van der Gaag 2019-05-23 19:41:30 +00:00 committed by Annabel Dunstone Gray
parent 6f90976b93
commit 5271c3bc41
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,6 @@
.detail-page-header-body {
position: relative;
line-height: 35px;
display: flex;
flex: 1 1;
min-width: 0;

View File

@ -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