summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-03-15 17:04:54 +0100
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-03-15 17:04:54 +0100
commit86542050f432551c686eb1e5b27077aa4fa2b997 (patch)
treecd532a5086553147723f82f1f9f3faaa0d2003a4
parentbac30796fe3f22265729418df239dcf4461d8475 (diff)
downloadgitlab-ce-csslab-merge-requests.tar.gz
fixed line-height in merge-request pagecsslab-merge-requests
-rw-r--r--app/assets/stylesheets/framework/typography.scss1
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 294c59f037f..ccc3b256cfb 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -92,6 +92,7 @@
padding-bottom: 0.3em;
border-bottom: 1px solid $white-dark;
color: $gl-text-color;
+ line-height: 1.1;
}
h3 {
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index 2f2c04206e2..63b8b8ef771 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -55,6 +55,7 @@
color: $gl-text-color;
padding: 0 0 0.3em;
border-bottom: 1px solid $white-dark;
+ line-height: 1.1;
}
.description {