Commit 005f2eb9f053cd3c3b13e9d9af7332202e406f12

Authored by Riyad Preukschas
2 parents e376f315 61140b71

Merge pull request #2176 from koenpunt/gh-issue-1612

Fix for #1612 `overflow: auto` so content won't break layout
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
... ... @@ -31,7 +31,7 @@
31 31 .middle_box_content,
32 32 .bottom_box_content {
33 33 padding: 15px;
34   -
  34 + overflow: auto;
35 35 pre {
36 36 background: none !important;
37 37 margin: 0;
... ...