In the View Issue Screen, I would like to know how to Change the width of the Field Title area/column.
The Custom Field Names are long (to shorten the name is not an option) but are word wrapped over three lines in the issue view.
Is it possible to extend the length of this column so that there is no word wrap?
Thanks
David
Using 4.2 until v5 is available
Try updating the stylesheet with more room for labels e.g. append this to the end...
#jira form.aui .field-group { padding-left:300px; } #jira form.aui .field-group label { left: -300px; margin-right: -300px; width: 290px; } #jira form.aui legend span { width: 290px; } #jira form.aui .buttons-container .buttons { padding-left: 290px; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.