We have recently started to look at upgrading to Jira v6.3 and on initial inspection it appears our statuses are too long to fit in the status lozenge bars.
Is there a method to amend the default width of these beyond 20 characters?
Hi Matt,
You can playaround with CSS and change the default value
.jira-issue-status-lozenge-max-width-medium { max-width: 12em; }
Thanks - where does this need changing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For example you can add this to your Announcement Banner:
<style media="screen" type="text/css"> .jira-issue-status-lozenge-max-width-medium { max-width: 20em; } </style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does this only work on the view screens? Is it possible to do the same for gadgets e.g. filter results?
Also can it be written into a file permanently rather than the banner?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Announcement Banner is showing on every page that is way it should work on every page. It should work. However when viewing a gadget or filter results there might be a different class. Knowing the name of the class will allow you to change this to mach your needs. It is also possible to put this somewhere in the source file, however you will need to always remember to add this customization back again after every upgrade. You will need to test all of that on a test instance first.
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I see that this thread is 6 month old but did anyone get the css-changes to work on gadgets, for example the Filter Result gadget. As far as I can see it uses the same css-class. I've tried to change media from screen to all, did not work. Also tried to add key-word !important, no luck.
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.