Can somebody assist me ?
I've comment field boxes or some of custom field text boxes in our screens and those width is some what high, how to make them as normal width boxes, is there any option ?
First right click on comment box on screen and go to inspect and find out the id of comment box
and give the below code in announcement banner and set
<style>
#comment
{
width: 100px;
}
</style>
Would you please provide more detailed steps on how to achieve this? I wasn't able to follow this
I specifically want to increase the height of the comment textbox. I often work with a lengthy comment and I would like to use a longer textbox; before, Jira used to have it as resizable but removed that functionality
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.