From 25ad3037aa9787856baed4c9906624990d09566a Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 26 Jan 2018 14:47:56 +0000 Subject: [PATCH] Allow page headings to word-wrap This is mostly for template names, which can be very long, unbroken strings, especially if developers have been naming them. --- app/assets/stylesheets/app.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index c3a1ba93b..4c3d3327f 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -82,6 +82,7 @@ a { .heading-large, > .heading-medium { margin: 10px 0 15px 0; + word-wrap: break-word; } > .grid-row:first-child { @@ -89,6 +90,7 @@ a { .heading-large, .heading-medium { margin: 10px 0 15px 0; + word-wrap: break-word; } }