Commit 61140b71cdc74ee3d9e31bfb62e44fa941b465d3
1 parent
e376f315
Exists in
master
and in
4 other branches
overflow: auto so content won't break layout #1612
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
31 | .middle_box_content, | 31 | .middle_box_content, |
32 | .bottom_box_content { | 32 | .bottom_box_content { |
33 | padding: 15px; | 33 | padding: 15px; |
34 | - | 34 | + overflow: auto; |
35 | pre { | 35 | pre { |
36 | background: none !important; | 36 | background: none !important; |
37 | margin: 0; | 37 | margin: 0; |