@schneideress/dashboardframework 0.0.205 → 0.0.206

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2650,7 +2650,10 @@
2650
2650
  html += this.getHr();
2651
2651
  }
2652
2652
  if (this.isDownloadIconVisible) {
2653
- html += '<span style="color: #9FA0A4;font-size: 12px;">';
2653
+ if (this.detailPageUrl || this.isWidgetMgmnt)
2654
+ html += '<span style="color: #9FA0A4;font-size: 12px;">';
2655
+ else
2656
+ html += '<span style="color: #9FA0A4;font-size: 12px;padding-top:5px;display:block;">';
2654
2657
  html += this.translateService.translate('Common.downloads');
2655
2658
  html += '</span>';
2656
2659
  if (this.isChartDownloadVisible) {