mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Set markdown code line-height (#25618)
This commit is contained in:
parent
e8fc36026a
commit
bbb546159c
@ -77,7 +77,7 @@ export class HaMarkdown extends LitElement {
|
|||||||
pre {
|
pre {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
line-height: 1.45;
|
line-height: var(--ha-line-height-condensed);
|
||||||
font-family: var(--ha-font-family-code);
|
font-family: var(--ha-font-family-code);
|
||||||
}
|
}
|
||||||
h1,
|
h1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user