Forums

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

How to increase the width for Status column for sub-task view?

Michael Arias August 6, 2019

Hello everyone!

In our company, someone is requesting to adjust the column width in the sub-task view. As far as I know inside General configuration/Advanced configuration we can set the columns we want to see (jira.table.cols.subtasks), but there is not a option to set the column width. Do you guys how we can solve this?

image-2019-08-05-20-39-41-630.png

1 answer

1 accepted

0 votes
Answer accepted
Michael Arias August 15, 2019

Hello. I found the answer:

Could be related with: As a user I would like to resize the Detail View in Work mode

Solution:

Download custom style script and insert this custom css code:

.status span {
max-width: 100%;
}

You can use a bookmark or grasemonkey too.

Cheers!

Suggest an answer

Log in or Sign up to answer