Set markdown code line-height (#25618)

This commit is contained in:
Wendelin 2025-05-28 10:04:54 +02:00 committed by Bram Kragten
parent 61d9b0d2a3
commit 5371fd649c

View File

@ -77,7 +77,7 @@ export class HaMarkdown extends LitElement {
pre {
padding: 16px;
overflow: auto;
line-height: 1.45;
line-height: var(--ha-line-height-condensed);
font-family: var(--ha-font-family-code);
}
h1,