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
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-07-03 16:18:27 +0300
committerPhil Hughes <me@iamphill.com>2018-07-05 17:44:55 +0300
commitb3b4272cb756519f8921a1c64865db623d430c83 (patch)
tree4b02c40025767d076a812ee241456112472a791d /app/assets/stylesheets/pages
parentc1322ab99272eb082d2181df6d12f5010525812e (diff)
tidy up component
added api spec
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/repo.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 3c24aaa65e8..7e5b5092857 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -1329,3 +1329,11 @@
line-height: 16px;
color: $gl-text-color-secondary;
}
+
+.ide-merge-request-info {
+ overflow: auto;
+
+ .detail-page-header {
+ line-height: initial;
+ }
+}