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:
authorPhil Hughes <me@iamphill.com>2018-07-06 11:31:28 +0300
committerPhil Hughes <me@iamphill.com>2018-07-06 11:31:28 +0300
commited85787fcd01840bf321a7bddc493996074f984f (patch)
tree6e44f4b3dd8fbe7c1ea1285a14e570b34e175772 /app
parentf23791d831ae3c92920a5a6335a5ec04cb0ebf82 (diff)
fixed misaligned icon
Diffstat (limited to 'app')
-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 {