diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
index 842e7a08057fdf8efca82a658ec27c6736e5e6fd..6604d11d0f8831bc87f2393752e3ae2891823b7f 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -13,6 +13,7 @@
   background: #F9F9F9;
   margin-bottom: 25px;
   border: 1px solid #CCC;
+  word-wrap: break-word;
   @include solid-shade;
 
   &.ui-box-show {
@@ -41,7 +42,6 @@
   .ui-box-body,
   .ui-box-bottom {
     padding: 15px;
-    word-wrap: break-word;
 
     .clearfix {
       margin: 0;