From 49357ffebb4176d52b7b564a78c1a6c8c8b6d91c Mon Sep 17 00:00:00 2001 From: Henry Wright Date: Sat, 10 Oct 2015 11:34:02 +0100 Subject: [PATCH] Break long worded topic headings --- less/categories.less | 2 ++ less/topic.less | 2 ++ 2 files changed, 4 insertions(+) diff --git a/less/categories.less b/less/categories.less index 923a0ae..e243fd6 100644 --- a/less/categories.less +++ b/less/categories.less @@ -35,6 +35,8 @@ } h2 { + display: block; + word-wrap: break-word; font-size: 18px; line-height: 22px; margin: 0; diff --git a/less/topic.less b/less/topic.less index 1d13911..6772190 100644 --- a/less/topic.less +++ b/less/topic.less @@ -4,6 +4,8 @@ margin-bottom: 30px; .topic-title { + display: block; + word-wrap: break-word; font-size: 28px; color:inherit; line-height: 32px;