Feed abstract: Set line-height to 1.5

Fixes #4581
This commit is contained in:
Abe Jellinek 2024-08-19 13:46:22 -04:00
parent 06eb1d7341
commit 0c9200c862

View file

@ -18,6 +18,7 @@ html {
html, body {
background: var(--material-sidepane);
overflow: clip;
line-height: 1.5;
}
img, svg {