Cleanup hui-markdown-card (#1316)

This commit is contained in:
c727 2018-06-21 23:12:31 +02:00 committed by GitHub
parent 9d22645e87
commit 1f82934c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,10 +33,6 @@ class HuiMarkdownCard extends PolymerElement {
ha-markdown img {
max-width: 100%;
}
paper-button {
margin: 8px;
font-weight: 500;
}
</style>
<ha-card header="[[config.title]]">
<ha-markdown content='[[config.content]]'></ha-markdown>