fixes wrap text on investment projects with long titles

This commit is contained in:
decabeza
2018-01-15 21:33:48 +01:00
parent 9f93f11e90
commit 8d0563e949

View File

@@ -339,6 +339,7 @@
.topic-show,
.milestone-content {
h1,
p {
word-wrap: break-word;
}