From d6c78336dad215d897371726b9f885bf3713ac7b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 17 Aug 2024 03:14:30 -0400 Subject: [PATCH] Use `line-height: 1.5` for abstracts Addresses #4581, but need to do feed items separately, since that's in a browser --- scss/elements/_abstractBox.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/elements/_abstractBox.scss b/scss/elements/_abstractBox.scss index 990fb82c21..b7a8199253 100644 --- a/scss/elements/_abstractBox.scss +++ b/scss/elements/_abstractBox.scss @@ -10,6 +10,10 @@ abstract-box { abstract-box .body { display: flex; + editable-text { + line-height: 1.5; + } + editable-text, browser { flex: 1; }