For some users the create form textareas are too narrow. Is there a way to expand it to full width?
This can be achieved with various browser extensions. A Chrome extension that works is Stylebot: https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en
The CSS that needs to be installed for the create issue page is:
.aui-page-panel { width: 100%; } form.aui .long-field { max-width: 1000px; }
In which file would I need to add the CSS code above ? - nmanio@mssngsolutions.ph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nelson Manio you can use a browser extension such as https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en for example to apply the CSS to the page.
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.
Hi - could this be applied to the Description field within an existing ticket? If so, what would you set as the URL so that it works for every issue and not just a specific one?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gianni,
If you're seeking how to modify the width of the description field (text fields)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updating this thread; continue to use a CSS editor (confirming Stylebot works as of 9/27/18), however to affect all editable text fields use the following;
.editable-field {
max-width: 800px;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can force the text window to be a larger width by adding some text that cannot be formatted, like a URL for example within the description text.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi all,
this workaround works for me, but I want the new style is applied for every users that work in my JIRA installation, without they install the chrome add-in! How can I modify the style in some files on the server installations?
Thanks in advance..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
This css works well with Stylbot for Chrome but not witj Stylish for FireFox .
Do you know why ?
Thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This isn't an answer. It should be posted as a comment to the actual answer above, or even as a separate question, referencing this one
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
None of this is the answer. I shouldn't have to install browser extensions and do coding work to simply get a usefully and unnecessarily constrained data entry dialog.
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.