aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/hbs
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/hbs')
-rw-r--r--server/sonar-web/src/main/hbs/overview/overview-coverage.hbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/hbs/overview/overview-coverage.hbs b/server/sonar-web/src/main/hbs/overview/overview-coverage.hbs
index 2f7b2ae8e8a..a46eb394a94 100644
--- a/server/sonar-web/src/main/hbs/overview/overview-coverage.hbs
+++ b/server/sonar-web/src/main/hbs/overview/overview-coverage.hbs
@@ -39,6 +39,7 @@
<td class="width-55"></td>
<td class="width-15">
{{#notNull newCoverage1}}
+ <div class="spacer-top"></div>
<a class="overview-measure" href="{{urlForDrilldown componentKey 'new_overall_coverage' 1}}">
{{formatMeasure newCoverage1 'PERCENT'}}
</a>
@@ -47,6 +48,7 @@
</td>
<td class="width-15">
{{#notNull newCoverage2}}
+ <div class="spacer-top"></div>
<a class="overview-measure spacer-top" href="{{urlForDrilldown componentKey 'new_overall_coverage' 2}}">
{{formatMeasure newCoverage2 'PERCENT'}}
</a>
@@ -55,6 +57,7 @@
</td>
<td class="width-15">
{{#notNull newCoverage3}}
+ <div class="spacer-top"></div>
<a class="overview-measure spacer-top" href="{{urlForDrilldown componentKey 'new_overall_coverage' 3}}">
{{formatMeasure newCoverage3 'PERCENT'}}
</a>