summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-06 11:08:51 +0100
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-06 11:08:51 +0100
commit9b9650989905b33e74aa7441a97e4242fae4b277 (patch)
tree391a3c7e81f315f453cc6fc14af5929c2bf6e0fd
parent8022628f7055afb39af71e90ee5d65313d65ebb7 (diff)
downloadgitlab-ce-9b9650989905b33e74aa7441a97e4242fae4b277.tar.gz
Fix broken styling after #2176
Closes #2196
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/blocks.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
index 2969e8bb26d..f08e5dc7904 100644
--- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -31,7 +31,8 @@
.middle_box_content,
.bottom_box_content {
padding: 15px;
- overflow: auto;
+ word-wrap: break-word;
+
pre {
background: none !important;
margin: 0;