mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 12:17:28 +02:00
Raises 60-character limit for document titles to 255 (#12312).
git-svn-id: http://svn.redmine.org/redmine/trunk@14261 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -433,7 +433,7 @@ div.wiki-page .contextual a {opacity: 0.4}
|
||||
div.wiki-page .contextual a:hover {opacity: 1}
|
||||
|
||||
form .attributes select { width: 60%; }
|
||||
input#issue_subject { width: 99%; }
|
||||
input#issue_subject, input#document_title { width: 99%; }
|
||||
select#issue_done_ratio { width: 95px; }
|
||||
|
||||
ul.projects {margin:0; padding-left:1em;}
|
||||
|
||||
Reference in New Issue
Block a user