I have successfully extended the width of the Project Dropdown list in the issue navigator, following the instructions here >> How to extend the width of Project Dropdown list in the modal create issue popup?
How can I do the same with the Project Dropdown list in the "create issue" popup?
Thank you.
?
Issue Type
<style type="text/css">
#Issue-field, #Issue-single-select{min-width: 1500px;}
</style>
doesn't want to work
tell me how to increase other fields such as Issue type or drop down list on the More button
<style type="text/css">
#project-field, #issuetype-field, #project-single-select, #issuetype-single-select{min-width: 500px;}
</style>
!!!good
and
<style type="text/css">
#project-field, #issuetype-field, #project-single-select, #issuetype-single-select{min-width: 500px;}
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to the Edit Announcement Banner page.
Add the following CSS script to modify the behavior of the dropdown
<style type="text/css">
#project-field, #project-single-select{min-width: 500px;}
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.