Skip to content

Commit

Permalink
Increase width of project drop down control
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Elliott committed Aug 31, 2018
1 parent 86cd19f commit e67a0e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div id="selected-project-id" class="hidden">
<props:displayValue name="${constants.codeDxProjectKey}"/>
</div>
<props:selectProperty name="${constants.codeDxProjectKey}" className="mediumField" enableFilter="true"></props:selectProperty>
<props:selectProperty name="${constants.codeDxProjectKey}" className="longField" enableFilter="true"></props:selectProperty>
<button id="reload" type="button">Reload</button>
</span>
</td>
Expand Down

0 comments on commit e67a0e9

Please sign in to comment.