##// END OF EJS Templates
Long hyperlinks inserted in task description breaks right frame boundary (#12580)....
Jean-Philippe Lang -
r13036:1a9f4c80142b
parent child
Show More
@@ -325,7 +325,7 blockquote blockquote { margin-left: 0;}
325 abbr { border-bottom: 1px dotted; cursor: help; }
325 abbr { border-bottom: 1px dotted; cursor: help; }
326 textarea.wiki-edit {width:99%; resize:vertical;}
326 textarea.wiki-edit {width:99%; resize:vertical;}
327 li p {margin-top: 0;}
327 li p {margin-top: 0;}
328 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
328 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7; word-wrap: break-word;}
329 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
329 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
330 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
330 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; }
331 p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
331 p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
General Comments 0
You need to be logged in to leave comments. Login now