Add padding to rendered template result (#6954)

This commit is contained in:
Joakim Sørensen 2020-09-12 19:15:00 +02:00 committed by GitHub
parent 8b490c5047
commit 8a998369d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,6 +249,7 @@ class HaPanelDevTemplate extends LitElement {
clear: both;
white-space: pre-wrap;
background-color: var(--secondary-background-color);
padding: 8px;
}
.all_listeners {