Skip to content

Commit e67a0e9

Browse files
author
Phillip Elliott
committed
Increase width of project drop down control
1 parent 86cd19f commit e67a0e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codedx-teamcity-plugin-server/src/main/resources/buildServerResources/editCodeDxParams.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<div id="selected-project-id" class="hidden">
5656
<props:displayValue name="${constants.codeDxProjectKey}"/>
5757
</div>
58-
<props:selectProperty name="${constants.codeDxProjectKey}" className="mediumField" enableFilter="true"></props:selectProperty>
58+
<props:selectProperty name="${constants.codeDxProjectKey}" className="longField" enableFilter="true"></props:selectProperty>
5959
<button id="reload" type="button">Reload</button>
6060
</span>
6161
</td>

0 commit comments

Comments
 (0)