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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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