mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Break lines in error card (#10169)
This commit is contained in:
parent
b226b20e3d
commit
365cf1f7ef
@ -44,9 +44,8 @@ export class HuiErrorCard extends LitElement implements LovelaceCard {
|
|||||||
return css`
|
return css`
|
||||||
pre {
|
pre {
|
||||||
font-family: var(--code-font-family, monospace);
|
font-family: var(--code-font-family, monospace);
|
||||||
text-overflow: ellipsis;
|
white-space: break-spaces;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user