Fix that issues autocomplete may not find issues with a subject longer than 60 characters (#32125).

Contributed by Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19773 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-05-13 07:22:44 +00:00
parent c37a45d1c3
commit e16080614e
2 changed files with 2 additions and 1 deletions

View File

@@ -1638,6 +1638,7 @@ 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;