summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/detail_page.scss
diff options
context:
space:
mode:
authorErik van der Gaag <erik@vandergaag.nz>2019-05-23 19:41:30 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-05-23 19:41:30 +0000
commit5271c3bc41f1b3eb010457332996a5e8bbd4aa64 (patch)
tree2fa0c54d25b574a9787196686496f04ca94c1ded /app/assets/stylesheets/pages/detail_page.scss
parent6f90976b933214ddc8ab59e52b75d9501ef07560 (diff)
downloadgitlab-ce-5271c3bc41f1b3eb010457332996a5e8bbd4aa64.tar.gz
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
Diffstat (limited to 'app/assets/stylesheets/pages/detail_page.scss')
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss1
1 files changed, 0 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;