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; } }