Break lines in error card (#10169)

This commit is contained in:
Bram Kragten 2021-10-06 14:53:40 +02:00 committed by GitHub
parent b226b20e3d
commit 365cf1f7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,9 +44,8 @@ export class HuiErrorCard extends LitElement implements LovelaceCard {
return css`
pre {
font-family: var(--code-font-family, monospace);
text-overflow: ellipsis;
white-space: break-spaces;
user-select: text;
overflow: hidden;
}
`;
}