summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-07-06 09:31:28 +0100
committerPhil Hughes <me@iamphill.com>2018-07-06 09:31:28 +0100
commited85787fcd01840bf321a7bddc493996074f984f (patch)
tree6e44f4b3dd8fbe7c1ea1285a14e570b34e175772
parentf23791d831ae3c92920a5a6335a5ec04cb0ebf82 (diff)
downloadgitlab-ce-ed85787fcd01840bf321a7bddc493996074f984f.tar.gz
fixed misaligned icon
-rw-r--r--app/assets/stylesheets/pages/repo.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 2261fbd7c1d..6e2b285285a 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -1333,7 +1333,7 @@
.ide-merge-request-info {
.detail-page-header {
line-height: initial;
- height: 38px;
+ min-height: 38px;
}
.issuable-details {