mirror of
https://github.com/beestat/app.git
synced 2026-05-29 10:32:32 -04:00
Fixed horizontal and vertical spacing of summary chips
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user