How to extend the width of Autocomplete Dropdown list in Issue Navigator for Advanced Option

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

To increase the width of the dropdown menu allowing for full display of results with longer value that initially exceeds the original width size. 

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">
    .atlassian-autocomplete .suggestions{
    min-width: 1366px;
    }
    </style>
  • You can change the min-width: 1366px; 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.