Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorErik van der Gaag <erik@vandergaag.nz>2019-05-23 22:41:30 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-05-23 22:41:30 +0300
commit5271c3bc41f1b3eb010457332996a5e8bbd4aa64 (patch)
tree2fa0c54d25b574a9787196686496f04ca94c1ded /app
parent6f90976b933214ddc8ab59e52b75d9501ef07560 (diff)
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')
-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;