Commit 61140b71cdc74ee3d9e31bfb62e44fa941b465d3

Authored by Koen Punt
1 parent e376f315

overflow: auto so content won't break layout #1612

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;
... ...