As seen in the screen capture below, the highlighted area is a complete waste of space (in an already compressed modal window). Is there a means of turning this feature off and regaining that form edit space?
Hi Chad,
That is not possible as of 5.1.1
If you have a feature request that you want to share with us, please visit the Open Riada Product Environment where you can vote, watch or comment on already existing issues.
Best Regards
Alexander
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you @Chad Peters please share the link to the feature request. For us this avatar is useless and only eats space.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FWIW - I was able to make these changes fairly easily on the client-side by adding the following to the Jira Announcements Banner section:
<style>
.rlabs-create .rlabs-dialog-form {
width: 100%;
float: left;
}
.rlabs-dialog-info {
visibility: hidden;
}
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok. Thanks for the update. Just so you know that the class you've set to hidden is also used elsewhere in the code. Perhaps you should also used the .rlabs-dialog-wrapper .rlabs-dialog-info or something like that to narrow it down.
Best Regards
Alexander
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.