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

お困りですか?

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

コミュニティに質問

Please note that Customization of JIRA is beyond Atlassian Support Scope

Atlassian Support Scope.

目的

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

ソリューション

  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.

     

最終更新日 2018 年 11 月 1 日

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

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