diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index b1e6705..79c9245 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -133,6 +133,12 @@ pre { min-height: 12rem; } +#original_comment_box +{ + overflow-wrap: break-word; + word-wrap: break-word; +} + .bodycontent { min-height: 85vh;