From fe0dab2f56b391fdbb2d3735fe98a166bf3f50b8 Mon Sep 17 00:00:00 2001 From: Henry Wright Date: Mon, 31 Aug 2015 12:00:26 +0100 Subject: [PATCH 1/2] Break long worded topic headings --- less/topic.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/topic.less b/less/topic.less index 11a2b16..3c7b284 100644 --- a/less/topic.less +++ b/less/topic.less @@ -2,6 +2,7 @@ h1 { line-height: 24px; margin-bottom: 30px; + word-break: break-all; .topic-title { font-size: 28px; @@ -345,4 +346,4 @@ position: relative; text-align: center; } -} \ No newline at end of file +} From 71f3657286a2ab0afb0ba1c672fece2dd8c84a15 Mon Sep 17 00:00:00 2001 From: Henry Wright Date: Mon, 31 Aug 2015 18:40:41 +0100 Subject: [PATCH 2/2] Break long-worded headings on topic list items --- less/categories.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/categories.less b/less/categories.less index 73ea6ad..a93c928 100644 --- a/less/categories.less +++ b/less/categories.less @@ -33,6 +33,7 @@ margin: 0; margin-left: 62px; width: 85%; + word-break: break-all; strong { color: @gray-dark; @@ -169,4 +170,4 @@ font-weight: 300; font-size: 12px; } -} \ No newline at end of file +}