1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-11 13:15:20 +00:00

Reverts r19773 (#32125).

The purpose of reverting is to revert r19769 on which r19773 depends.


git-svn-id: http://svn.redmine.org/redmine/trunk@19775 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-05-14 13:40:59 +00:00
parent dd9fa9c9a7
commit 302f9bbc76
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,7 @@ class AutoCompletesController < ApplicationController
issues.map {|issue|
{
'id' => issue.id,
'label' => "#{issue.tracker} ##{issue.id}: #{issue.subject.to_s.truncate(255)}",
'label' => "#{issue.tracker} ##{issue.id}: #{issue.subject.to_s.truncate(60)}",
'value' => issue.id
}
}

View File

@ -1638,7 +1638,6 @@ img.filecontent.image {background-image: url(../images/transparent.png);}
}
.ui-autocomplete .ui-menu-item > div {
padding: 4px 8px;
max-width: 500px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border-color: #759FCF;