]> source.dussan.org Git - redmine.git/commitdiff
Long hyperlinks inserted in task description breaks right frame boundary (#12580).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 14 Sep 2014 09:49:02 +0000 (09:49 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 14 Sep 2014 09:49:02 +0000 (09:49 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@13399 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 852e908d3ba0f7a5aaca1ca9cd903fd922cb72d8..749dbbe28667c6721be1a7a3c3cd31c9e7542da3 100644 (file)
@@ -325,7 +325,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;}
+div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7; word-wrap: break-word;}
 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; }