diff options
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/pages/detail_page.scss | 1 |
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 { |