Commit 9b9650989905b33e74aa7441a97e4242fae4b277

Authored by Riyad Preukschas
1 parent 8022628f

Fix broken styling after #2176

Closes #2196
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -31,7 +31,8 @@ @@ -31,7 +31,8 @@
31 .middle_box_content, 31 .middle_box_content,
32 .bottom_box_content { 32 .bottom_box_content {
33 padding: 15px; 33 padding: 15px;
34 - overflow: auto; 34 + word-wrap: break-word;
  35 +
35 pre { 36 pre {
36 background: none !important; 37 background: none !important;
37 margin: 0; 38 margin: 0;