Commit d4b462eb8e3842571e354ac28d13888775b88ceb
1 parent
038ae28f
Exists in
master
and in
2 other branches
Break text on mural box
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
mural/templates/mural/_view.html
@@ -67,7 +67,9 @@ | @@ -67,7 +67,9 @@ | ||
67 | </p> | 67 | </p> |
68 | 68 | ||
69 | {% autoescape off %} | 69 | {% autoescape off %} |
70 | - {{ post.post }} | 70 | + <div style="overflow: hidden; word-wrap:break-word;"> |
71 | + {{ post.post }} | ||
72 | + </div> | ||
71 | {% endautoescape %} | 73 | {% endautoescape %} |
72 | 74 | ||
73 | {% if post.image %} | 75 | {% if post.image %} |