1
0
mirror of https://github.com/beestat/app.git synced 2026-02-12 22:44:26 -05:00

Fixed horizontal and vertical spacing of summary chips

This commit is contained in:
Jon Ziebell 2026-02-10 18:14:10 -05:00
parent 8e9d3719d0
commit b3a5979bdc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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