Beautify ha-attribute <pre> (#8101)

This commit is contained in:
Philip Allgaier
2021-01-06 20:46:39 +01:00
committed by GitHub
parent 30997dbc88
commit b9259b87eb

View File

@@ -77,6 +77,9 @@ class HaAttributes extends LitElement {
pre {
font-family: inherit;
font-size: inherit;
margin: 0px;
overflow-wrap: break-word;
white-space: pre-line;
}
`;
}