mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Fix extra space in energy-dist-card (#12905)
This commit is contained in:
parent
578ff5b53f
commit
dbaf955525
@ -489,8 +489,8 @@ class HuiEnergyDistrubutionCard
|
|||||||
<ha-svg-icon
|
<ha-svg-icon
|
||||||
class="small"
|
class="small"
|
||||||
.path=${mdiArrowUp}
|
.path=${mdiArrowUp}
|
||||||
></ha-svg-icon>
|
></ha-svg-icon
|
||||||
${formatNumber(totalBatteryOut || 0, this.hass.locale, {
|
>${formatNumber(totalBatteryOut || 0, this.hass.locale, {
|
||||||
maximumFractionDigits: 1,
|
maximumFractionDigits: 1,
|
||||||
})}
|
})}
|
||||||
kWh</span
|
kWh</span
|
||||||
|
Loading…
x
Reference in New Issue
Block a user