summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Punt <koen@koenpunt.nl>2012-12-05 01:19:58 +0100
committerKoen Punt <koen@koenpunt.nl>2012-12-05 01:22:30 +0100
commit61140b71cdc74ee3d9e31bfb62e44fa941b465d3 (patch)
tree4f5ea2c10f27d620891f315bc8a9c6a70c7a804f
parente376f3150736e7936082529a3f6c92395f4c9720 (diff)
downloadgitlab-ce-61140b71cdc74ee3d9e31bfb62e44fa941b465d3.tar.gz
overflow: auto so content won't break layout #1612
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/blocks.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
index ecd6cf7e4e8..2969e8bb26d 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -31,7 +31,7 @@
.middle_box_content,
.bottom_box_content {
padding: 15px;
-
+ overflow: auto;
pre {
background: none !important;
margin: 0;