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' });