mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 02:46:38 +00:00
Right-align climate row state display. (#1558)
This commit is contained in:
parent
f4e92dedff
commit
1a31855fc8
@ -7,6 +7,11 @@ import '../components/hui-generic-entity-row.js';
|
||||
class HuiClimateEntityRow extends PolymerElement {
|
||||
static get template() {
|
||||
return html`
|
||||
<style>
|
||||
ha-climate-state {
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
<hui-generic-entity-row
|
||||
hass="[[hass]]"
|
||||
config="[[_config]]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user