From 8ef22a12d636178f21a8fa788805c22a9acb0118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 16 Oct 2014 10:55:33 +0200 Subject: [PATCH] Fixed minor font errors on wiki --- app/styles/components/wysiwyg.scss | 2 +- app/styles/modules/common/related-tasks.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/components/wysiwyg.scss b/app/styles/components/wysiwyg.scss index af5dc3cd..45906f7c 100644 --- a/app/styles/components/wysiwyg.scss +++ b/app/styles/components/wysiwyg.scss @@ -4,7 +4,7 @@ h1 { @extend %xlarge; @extend %text; - margin-bottom: .5rem; + line-height: 2.5rem; text-transform: uppercase; } h2 { diff --git a/app/styles/modules/common/related-tasks.scss b/app/styles/modules/common/related-tasks.scss index b6ce9e04..37936812 100644 --- a/app/styles/modules/common/related-tasks.scss +++ b/app/styles/modules/common/related-tasks.scss @@ -169,7 +169,7 @@ } } figcaption { - max-width: 60%; + max-width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;