Set markdown code line-height (#25618)

This commit is contained in:
Wendelin 2025-05-28 10:04:54 +02:00 committed by GitHub
parent e8fc36026a
commit bbb546159c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,