The Sprint Health Gadget text got too big between JIRA Agile 6.3 and JIRA Software 7.0.10

Jor Bratko May 26, 2016

In JIRA Agile 6.3 the text in the Agile Sprint Health gadget for the board name had font-size 14px, in JIRA Software 7.0.10 its now 24px. 

Inspecting the html, it seems in v7 there's an <h1> header inserted just before the <span class="ag-name-sprint"> and so text inherits the h1 fontsize. This h1 header is missing in v6.3.

in v6.3 the font-size is inherited from the class:

.ag-status-group{
  1.  font-size 14px;

1 answer

0 votes
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 26, 2016

Jor,

You can override the font from a style block in the announcement banner, while I am not sure if that is something which Atlassian likes us to do.

ashishpatel1323 December 28, 2016

I suppose you are talking about JIRA -Server. Is it possible to do that on JIRA-On Demand.

Suggest an answer

Log in or Sign up to answer