Commit 005f2eb9f053cd3c3b13e9d9af7332202e406f12
Exists in
master
and in
4 other branches
Merge pull request #2176 from koenpunt/gh-issue-1612
Fix for #1612 `overflow: auto` so content won't break layout
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; |