mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
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
This commit is contained in:
parent
4fba4ca691
commit
1a9f4c8014
@ -325,7 +325,7 @@ blockquote blockquote { margin-left: 0;}
|
|||||||
abbr { border-bottom: 1px dotted; cursor: help; }
|
abbr { border-bottom: 1px dotted; cursor: help; }
|
||||||
textarea.wiki-edit {width:99%; resize:vertical;}
|
textarea.wiki-edit {width:99%; resize:vertical;}
|
||||||
li p {margin-top: 0;}
|
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.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.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; }
|
p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user