From b3a5979bdc27f7b469adc2cf080f2c9ea45e322b Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Tue, 10 Feb 2026 18:14:10 -0500 Subject: [PATCH] Fixed horizontal and vertical spacing of summary chips --- js/component/card/runtime_thermostat_detail.js | 2 +- js/component/card/runtime_thermostat_summary.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/component/card/runtime_thermostat_detail.js b/js/component/card/runtime_thermostat_detail.js index 7d7c501..5c7b2b7 100644 --- a/js/component/card/runtime_thermostat_detail.js +++ b/js/component/card/runtime_thermostat_detail.js @@ -427,7 +427,7 @@ beestat.component.card.runtime_thermostat_detail.prototype.decorate_runtime_chip 'border-radius': radius, 'overflow': 'hidden', 'font-size': beestat.style.font_size.normal, - 'margin-right': '8px', + 'margin-right': '4px', 'margin-bottom': '4px' }); diff --git a/js/component/card/runtime_thermostat_summary.js b/js/component/card/runtime_thermostat_summary.js index dab490c..bc3ebca 100755 --- a/js/component/card/runtime_thermostat_summary.js +++ b/js/component/card/runtime_thermostat_summary.js @@ -189,7 +189,7 @@ beestat.component.card.runtime_thermostat_summary.prototype.decorate_runtime_chi 'border-radius': radius, 'overflow': 'hidden', 'font-size': beestat.style.font_size.normal, - 'margin-right': '8px', + 'margin-right': '4px', 'margin-bottom': '4px' });