Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do you make the Project field longer when creating issue?

Kamil Beer
Contributor
October 1, 2021

Hello!

I was searching for ways to make fields longer in the create issue dialog. I have found this solution:

<style>
#summary /* The "id" of the "Summary" text box */
{
  max-width: 100px; /* This line will set the length of the text box to 100px */
}

#priority-single-select /* The "id" of the "Priority" text box */
{
  max-width: 100px; /* This line will set the length of the text box to 100px */
}
</style>

However, it doesn't work for the Project field, it only shortens it. It seems that the Project field has a maximum size of about 300px, whereas I would need it to be at least 500px.

Do you know how to solve this, please?

1 answer

0 votes
Brant Schroeder
Community Champion
October 2, 2021

@Kamil Beer 

You need to make the two elements larger #project-single-select, #project-field {max-width: 500px !important}

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.14
TAGS
AUG Leaders

Atlassian Community Events