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 31 .middle_box_content,
32 32 .bottom_box_content {
33 33 padding: 15px;
34   - overflow: auto;
  34 + word-wrap: break-word;
  35 +
35 36 pre {
36 37 background: none !important;
37 38 margin: 0;
... ...