From c5bec08ea9468a0a7573faa3263798bd849d3dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=A1sz?= <> Date: Sat, 25 Mar 2023 19:33:23 +0100 Subject: [PATCH] Fix styling when text is used for metric tile --- app/client/components/DashboardMetric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/components/DashboardMetric.js b/app/client/components/DashboardMetric.js index 18d7a9f..76f0d5c 100644 --- a/app/client/components/DashboardMetric.js +++ b/app/client/components/DashboardMetric.js @@ -45,7 +45,7 @@ export class DashboardMetric extends AppElement { render () { return html` -
${this.icon}
+
${this.icon}
${this.value !== undefined ? this.value : '--'} ${this.unit}