mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-11 03:51:07 +00:00
Fix no or just 1 view (#2194)
This commit is contained in:
committed by
Paulus Schoutsen
parent
eaaf841a87
commit
51d592ba0d
@@ -1,5 +1,4 @@
|
||||
import { html, LitElement, PropertyDeclarations } from "@polymer/lit-element";
|
||||
import "@polymer/paper-button/paper-button";
|
||||
import { TemplateResult } from "lit-html";
|
||||
|
||||
import { HomeAssistant } from "../../../types";
|
||||
@@ -84,9 +83,6 @@ export class HuiEntityEditor extends LitElement {
|
||||
.entities {
|
||||
padding-left: 20px;
|
||||
}
|
||||
paper-button {
|
||||
margin: 8px 0;
|
||||
}
|
||||
</style>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user