1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-01 21:29:40 +00:00

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
This commit is contained in:
Jean-Philippe Lang 2014-11-28 07:32:04 +00:00
parent 6d4ab70e63
commit 6671a0c505

View File

@ -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;}