From 21558bd78443b8bbacc1d679076cba792c2b4794 Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Mon, 21 Jul 2025 18:32:25 +0000 Subject: [PATCH] help-beta: Decrease line height to make text easier to read. --- help-beta/src/styles/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/help-beta/src/styles/main.css b/help-beta/src/styles/main.css index 7d0fe7dbd0..7c766f4148 100644 --- a/help-beta/src/styles/main.css +++ b/help-beta/src/styles/main.css @@ -10,6 +10,9 @@ /* Changed from 1.2 to 1 */ --sl-line-height-headings: 1; + + /* Changed from 1.75 to make text easier to read. */ + --sl-line-height: 1.5; } .non-clickable-sidebar-heading {