From 9b9650989905b33e74aa7441a97e4242fae4b277 Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Thu, 6 Dec 2012 11:08:51 +0100 Subject: [PATCH] Fix broken styling after #2176 Closes #2196 --- app/assets/stylesheets/gitlab_bootstrap/blocks.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;