Fix no or just 1 view (#2194)

This commit is contained in:
Bram Kragten
2018-12-06 14:38:16 +01:00
committed by Paulus Schoutsen
parent eaaf841a87
commit 51d592ba0d
2 changed files with 20 additions and 8 deletions

View File

@@ -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>
`;
}