Hi,
Does anybody knows how to address customization of JIRA Issue macros in CSS?
If on screen I get a nice representation:
in PDF I get something completely different :
I tried to look at HTML source code to identify the various "class" used (summary, jira-issue, jira-issue-key) and define specific style for each, but without any success. Any suggestion?
With best regards
Looks like I found the solution:
...
span.jira-issue {
display: inline;
}
...
in the PDF Export Stylesheet
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.