@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.
@@ -2444,7 +2444,10 @@ var RAWidgetContainer = /** @class */ (function () {
2444
2444
  html += this.getHr();
2445
2445
  }
2446
2446
  if (this.isDownloadIconVisible) {
2447
- html += '<span style="color: #9FA0A4;font-size: 12px;">';
2447
+ if (this.detailPageUrl || this.isWidgetMgmnt)
2448
+ html += '<span style="color: #9FA0A4;font-size: 12px;">';
2449
+ else
2450
+ html += '<span style="color: #9FA0A4;font-size: 12px;padding-top:5px;display:block;">';
2448
2451
  html += this.translateService.translate('Common.downloads');
2449
2452
  html += '</span>';
2450
2453
  if (this.isChartDownloadVisible) {