summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-28 07:32:04 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-28 07:32:04 +0000
commit6671a0c5050ea22435c01272c1b60fa1858136a1 (patch)
tree063e5bfad6d831c93962d1d47879c4065d969e3d /public
parent6d4ab70e63ddfebc09f3bb4d2657e4fac27af73a (diff)
downloadredmine-6671a0c5050ea22435c01272c1b60fa1858136a1.tar.gz
redmine-6671a0c5050ea22435c01272c1b60fa1858136a1.zip
Use of PRE tag in issue description results in wrapped text (#18464).
git-svn-id: http://svn.redmine.org/redmine/trunk@13659 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index ebe588bc3..2e7e5c899 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -329,7 +329,7 @@ blockquote blockquote { margin-left: 0;}
abbr { border-bottom: 1px dotted; cursor: help; }
textarea.wiki-edit {width:99%; resize:vertical;}
li p {margin-top: 0;}
-div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7; word-wrap: break-word;}
+div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
@@ -872,6 +872,7 @@ div.wiki .external {
background-image: url(../images/external.png);
}
+div.wiki a {word-wrap: break-word;}
div.wiki a.new {color: #b73535;}
div.wiki ul, div.wiki ol {margin-bottom:1em;}