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

Contributed by Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19771 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-05-13 00:46:51 +00:00
parent 5b4c22efa2
commit f61f19518f
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;