The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to reduce Text addon size on JIRA dashboard?

Gilad Shtern
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Gloria Ojukwu
Community Champion
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.