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

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

Please note that Customization of JIRA is beyond Atlassian Support Scope

Atlassian Support Scope.

 

目的

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.

ソリューション

  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.

最終更新日 2018 年 11 月 1 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.