summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-05-16 17:22:31 -0500
committerPhil Hughes <me@iamphill.com>2016-06-17 09:44:08 +0100
commit53f23b5ad9c9761cc22c97263d0e97b10808d3e1 (patch)
treea0289977f9f31acdaa0b7e77fc2c1ab520e9cbcb /app/assets/stylesheets
parentf011b86beb89557afdaf2b0ec5ae904d0be237d8 (diff)
downloadgitlab-ce-53f23b5ad9c9761cc22c97263d0e97b10808d3e1.tar.gz
Fixes header vertical centering.
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/commit.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/commit.scss b/app/assets/stylesheets/pages/commit.scss
index fc3f214aba5..41e19564726 100644
--- a/app/assets/stylesheets/pages/commit.scss
+++ b/app/assets/stylesheets/pages/commit.scss
@@ -25,6 +25,8 @@
}
.commit-info-row {
+ height: 36px;
+ padding-top: 6px;
margin-bottom: 10px;
&.commit-info-row-header {