refactor(style): set code line-height to normal

This commit is contained in:
Price Hiller 2025-01-16 01:32:48 -06:00
parent a805e823d8
commit aa2d753b96
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -313,7 +313,7 @@ code {
border-radius: 6px; border-radius: 6px;
padding: 2px; padding: 2px;
font-family: monospace; font-family: monospace;
line-height: 22px; line-height: normal;
background-color: var(--sumiInk2); background-color: var(--sumiInk2);
} }