From 8d0563e949a8b4630c47703d308800f5fb73e213 Mon Sep 17 00:00:00 2001 From: decabeza Date: Mon, 15 Jan 2018 21:33:48 +0100 Subject: [PATCH] fixes wrap text on investment projects with long titles --- app/assets/stylesheets/participation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index bc8633ec9..606de72f3 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -339,6 +339,7 @@ .topic-show, .milestone-content { + h1, p { word-wrap: break-word; }