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:
parent
8e9d3719d0
commit
b3a5979bdc
@ -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'
|
||||
});
|
||||
|
||||
|
||||
@ -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'
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user