Commit 9b9650989905b33e74aa7441a97e4242fae4b277
1 parent
8022628f
Exists in
master
and in
4 other branches
Fix broken styling after #2176
Closes #2196
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
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; |