mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Add padding to rendered template result (#6954)
This commit is contained in:
parent
8b490c5047
commit
8a998369d6
@ -249,6 +249,7 @@ class HaPanelDevTemplate extends LitElement {
|
|||||||
clear: both;
|
clear: both;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
background-color: var(--secondary-background-color);
|
background-color: var(--secondary-background-color);
|
||||||
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.all_listeners {
|
.all_listeners {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user