Hello,
My client wants to add HTML links into JIRA dashboard. I managed to do so by using Text (HTML addon). However, the gadget size is not proportional to the text area. Hence, we have too mach white blank space. So, I'm asking how I can easily reduce the gadget size?
Kindly,
Gilad
Hi @Gilad Shtern , its possible for you to define your own CSS on Jira. See example below
<style type="text/css"> #details-profile-banner { display: none; } </style>
Alternatively, you can make use of the cute plugin, see documentation: https://marketplace.atlassian.com/apps/1210932/cute-for-jira?hosting=server&tab=overview
Let me know if this works
Regards,
Gloria Ojukwu.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.