How to reduce Text addon size on JIRA dashboard?

Gilad Shtern February 10, 2021

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

1 answer

0 votes
Gloria Ojukwu
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 22, 2021

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.

Suggest an answer

Log in or Sign up to answer