summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-09-14 09:49:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-09-14 09:49:02 +0000
commit1a9f4c80142b2ae9872dce0e49b1a0f340023fea (patch)
tree060d66ad733c5f0f06ad555dd9d027fef477a7fc /public
parent4fba4ca69177c308fa2c73365a31dd1fb1b74b8c (diff)
downloadredmine-1a9f4c80142b2ae9872dce0e49b1a0f340023fea.tar.gz
redmine-1a9f4c80142b2ae9872dce0e49b1a0f340023fea.zip
Long hyperlinks inserted in task description breaks right frame boundary (#12580).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13399 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 852e908d3..749dbbe28 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -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; }