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?
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.