mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
fix HaEntityHumidifier.styles
This commit is contained in:
parent
a763ad5bf1
commit
a496563b5c
@ -28,8 +28,7 @@ class HaEntityHumidifier extends HaEntityToggle {
|
||||
}
|
||||
|
||||
static get styles(): CSSResult[] {
|
||||
return [
|
||||
super.styles,
|
||||
return super.styles.concat([
|
||||
css`
|
||||
:host {
|
||||
display: flex;
|
||||
@ -56,7 +55,7 @@ class HaEntityHumidifier extends HaEntityToggle {
|
||||
direction: ltr;
|
||||
}
|
||||
`,
|
||||
];
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user