How to extend the width of Project Dropdown list in Issue Navigator

Still need help?

The Atlassian Community is here for you.

Ask the community

Please note that Customization of JIRA is beyond Atlassian Support Scope

Atlassian Support Scope.

 

Purpose

Sometimes we might have projects with very large names and similar beginnings, so when searching for the relevant project in the Issue navigator drop down will be an issue as it has a limited width.

Solution

  1. Go to the Edit Announcement Banner page.
  2. Add the following CSS script to modify the behavior of the dropdown:

    <style type="text/css">
    form#issue-filter .check-list-select{
    min-width: 500px;
    }
    </style>

  3. You can change the min-width: 500px; to the width of your preference.

Last modified on Nov 1, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.