From 0c9200c862f544b6733f20061c8182cd74476f2a Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Mon, 19 Aug 2024 13:46:22 -0400 Subject: [PATCH] Feed abstract: Set `line-height` to 1.5 Fixes #4581 --- scss/feedAbstract.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/feedAbstract.scss b/scss/feedAbstract.scss index 350204a274..fbbe11c791 100644 --- a/scss/feedAbstract.scss +++ b/scss/feedAbstract.scss @@ -18,6 +18,7 @@ html { html, body { background: var(--material-sidepane); overflow: clip; + line-height: 1.5; } img, svg {